Hi,
I run example"hmm-multivariate-gaussian-priors.R", get "Error: passing unknown arguments: stanModel" for cmds:
myModel <- compile(mySpec)
myFit <- draw_samples(mySpec, stanModel = myModel, y = y, chains = 1, iter = 500, seed = 9000)
the first line pass without error.
but the second failed.
What would you suggest?
BR
ZSY