| ideal_adaptor_stanfit-class | R Documentation | 
An S4 class for ideal_adaptor stanfit objects that use one of the ideal_adaptor Stan programs.
See methods(class = "ideal_adaptor_stanfit") for an overview of available methods.
dataA data.frame containing the data used to fit the model.
staninputA named list containing the data handed to rstan through
make_staninput.
stanvarsA stanvars object.
backendThe name of the backend used to fit the model.
stan_argsNamed list of additional control arguments that were passed to the Stan backend directly. NOT YET USED
stanfitAn object of class stanfit
among others containing the posterior draws.
basisAn object that contains a small subset of the Stan data created at fitting time, which is needed to process new data correctly. NOT YET USED
transform_informationlist containing elements transform.parameters, transform.function, and untransform.function.
criteriaAn empty list for adding model fit criteria
after estimation of the model. NOT YET USED
fileOptional name of a file in which the model object was stored in or loaded from.
versionThe versions of MVBeliefUpdatr and rstan with which the model was fitted.
labelslist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.