Stan Model Object and Constructor Function
Slots
stan(
StanModule)
See Arguments.parameters(
ParameterList)
See Arguments.name(
character)
display name for the model object.
See also
Other StanModel:
as.list.StanModel()
Examples
StanModel(StanModule(), ParameterList(), name = "Example model")
#>
#> Example model Model Object with parameters:
#> <No Parameters>
#>
