SingleStatementType | R Documentation |
Class representing a single Stan statement, not user-facing
Class representing a single Stan statement, not user-facing
class representing the statement
swr::BareStatementType
-> SingleStatementType
new()
SingleStatementType$new(x, declarations = rlang::env(), indent = 0)
x
expression to treat as Stan statement
declarations
environment to use to create declarations
indent
integer indicating indentation level in Stan code...
textify_declarations()
SingleStatementType$textify_declarations()
textify_statements()
SingleStatementType$textify_statements()
statements()
SingleStatementType$statements()
declarations()
SingleStatementType$declarations()
clone()
The objects of this class are cloneable with this method.
SingleStatementType$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.