currently can use cmdstanr functions on the cmdstan_fit object, e.g.,
summary <- analysis$cmdstan_fit$summary()
none of coef, pars, tidy, etc. do anything.
there are no draws/samples so it is difficult to use the existing infrastructure, unlike pathfinder, Laplace etc.
currently can use cmdstanr functions on the cmdstan_fit object, e.g.,
summary <- analysis$cmdstan_fit$summary()
none of coef, pars, tidy, etc. do anything.
there are no draws/samples so it is difficult to use the existing infrastructure, unlike pathfinder, Laplace etc.