I hope this is now my last question on making CmdStan run on a Linux high-performance cluster. First of all: I ran the same model with the same data file on a Windows computer with CmdStan and it worked, so the model and the data are stored correctly.
I dumped the data with the stan_rdump command to the file “data.R”. I comiled my Stan model using the make command to a file with the name “hurdle_mod”. Now I am running hurdle_mod sample datafile=data.R on the Linux machine and it tells me:
datafile=data.R is either mistyped or misplaced.
Failed to parse arguments, terminating Stan