Stan Model Object and Constructor Function
StanModel-class.Rd
Stan Model Object and Constructor Function
Arguments
- stan
(
StanModule
)
code containing the Stan code specification.- parameters
(
ParameterList
)
the parameter specification.- name
(
character
)
display name for the model object.
Slots
stan
(
StanModule
)
See Arguments.parameters
(
ParameterList
)
See Arguments.name
(
character
)
display name for the model object.
See also
Other StanModel:
as.list.StanModel()