ParameterList
-> list
as.list.ParameterList.Rd
Returns a named list where each element of the list corresponds
to a Stan modelling block e.g. data
, model
, etc.
Usage
# S3 method for ParameterList
as.list(x, ...)
Arguments
- x
(
ParameterList
)
A List ofParameter
Objects.- ...
Not Used.
See also
Other ParameterList:
ParameterList-Getter-Methods
,
ParameterList-class
,
as.StanModule.ParameterList()
,
as_print_string.ParameterList()
,
as_stan_list.ParameterList()