View source: R/brmsfit-methods.R
expose_functions.brmsfit | R Documentation |
Export user-defined Stan function and
optionally vectorize them. For more details see
expose_stan_functions
.
## S3 method for class 'brmsfit'
expose_functions(x, vectorize = FALSE, env = globalenv(), ...)
expose_functions(x, ...)
x |
An object of class |
vectorize |
Logical; Indicates if the exposed functions
should be vectorized via |
env |
Environment where the functions should be made available. Defaults to the global environment. |
... |
Further arguments passed to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.