stantvacode-class {RStanTVA} | R Documentation |
StanTVA code class
Description
StanTVA code class
Slots
code
The generated Stan code.
config
A list of model configuration parameters, as passed to
stantva_code()
orstantva_model()
.include_path
The path to the StanTVA includes (usually identical to
stantva_path()
).df
The degrees of freedom of the model parameters.
dim
The dimensions of the model parameters.
version
The RStanTVA package version that was used to generate this model fit.
priors
Priors for the model parameters.
[Package RStanTVA version 0.3.0 Index]