ideal_adaptor_stanfit-class: An S4 class for ideal_adaptor stanfit objects that use one of...

ideal_adaptor_stanfit-classR Documentation

An S4 class for ideal_adaptor stanfit objects that use one of the ideal_adaptor Stan programs.

Description

An S4 class for ideal_adaptor stanfit objects that use one of the ideal_adaptor Stan programs.

Details

See methods(class = "ideal_adaptor_stanfit") for an overview of available methods.

Slots

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


hlplab/MVBeliefUpdatr documentation built on July 5, 2025, 6:42 a.m.