StanParameter | R Documentation |
A Stan parameter
A Stan parameter
decl
The variable declaration.
prior_code
The prior declaration.
new()
Create a StanParameter object.
StanParameter$new(decl, prior = "")
decl
The underlying variable.
prior
'Stan' code that defines prior for the parameter.
print()
StanParameter$print()
clone()
The objects of this class are cloneable with this method.
StanParameter$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.