Prior
-> StanModule
as.StanModule.Prior.Rd
Converts a Prior
object to a StanModule
object
Usage
# S3 method for Prior
as.StanModule(object, name, ...)
Arguments
- object
(
Prior
)
a prior Distribution- name
(
character
)
the name of the parameter the prior distribution is for- ...
Not Used.
See also
Other Prior-internal:
Prior-Getter-Methods
,
Prior-class
,
as.character.Prior()
,
as_stan_list.Prior()
Other as.StanModule:
as.StanModule()
,
as.StanModule.JointModel()
,
as.StanModule.Link()
,
as.StanModule.LinkComponent()
,
as.StanModule.Parameter()
,
as.StanModule.ParameterList()