Models fitted with the measr package are represented as a measrfit
object, which contains the posterior draws, Stan code, priors, and other
relevant information.
Slots
dataThe data and Q-matrix used to estimate the model.
typeThe type of DCM that was estimated.
priorA measrprior object containing information on the priors used in the model.
stancodeThe model code in Stan language.
methodThe method used to fit the model.
algorithmThe name of the algorithm used to fit the model.
backendThe name of the backend used to fit the model.
modelThe fitted Stan model. This will object of class rstan::stanfit if
backend = "rstan"andCmdStanMCMCifbackend = "cmdstanr"was specified when fitting the model.respondent_estimatesAn empty list for adding estimated person parameters after fitting the model.
fitAn empty list for adding model fit information after fitting the model.
criteriaAn empty list for adding information criteria after fitting the model.
reliabilityAn empty list for adding reliability information after fitting the model.
fileOptional name of a file which the model objects was saved to or loaded from.
versionThe versions of measr, Stan, and rstan or cmdstanr that were used to fit the model.
See also
See measrfit(), as_measrfit(), is_measrfit().
