You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> model1 <- cmdstan_model(stan_file = root("Birthdays", "gpbf1.stan"),
include_paths = root("Birthdays"),
compile_model_methods=TRUE, force_recompile=TRUE)
Compiling Stan program...
> fit1 <- model1$sample(data=standata1, iter_warmup=100, iter_sampling=100, chains=4, parallel_chains=4)
> fit1$init_model_methods()
Compiling additional model methods...
> pth1 <- model1$pathfinder(data = standata1, init=0.1, num_paths=10, single_path_draws=40,
> pth1$init_model_methods()
Error: Model methods cannot be used with a pre-compiled Stan executable, the model must be compiled again
init_model_methods works also with CmdStanLaplace object
The text was updated successfully, but these errors were encountered:
init_model_methods
works also withCmdStanLaplace
objectThe text was updated successfully, but these errors were encountered: