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.
data
A data.frame
containing the data used to fit the model.
staninput
A named list
containing the data handed to rstan through
make_staninput
.
stanvars
A stanvars
object.
backend
The name of the backend used to fit the model.
stan_args
Named list of additional control arguments that were passed to the Stan backend directly. NOT YET USED
stanfit
An object of class stanfit
among others containing the posterior draws.
basis
An 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_information
list containing elements transform.parameters, transform.function, and untransform.function.
criteria
An empty list
for adding model fit criteria
after estimation of the model. NOT YET USED
file
Optional name of a file in which the model object was stored in or loaded from.
version
The versions of MVBeliefUpdatr and rstan with which the model was fitted.
labels
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.