getParameters
getParameters.Rd
Extract any modelling parameters as a ParameterList
object
from a model.
Usage
getParameters(object, ...)
# S3 method for StanModel
getParameters(object, ...)
# S3 method for LinkComponent
getParameters(object, ...)
# S3 method for Link
getParameters(object, ...)
# S3 method for default
getParameters(object, ...)
See also
Other LinkComponent:
LinkComponent-class
,
as.StanModule.LinkComponent()
,
as.list.LinkComponent()
,
initialValues()