i2p_model | R Documentation |
Load and compile the model
i2p_model(
model = "stan/inc2prev.stan",
include,
compile = TRUE,
threads = FALSE,
verbose = TRUE,
optimise = TRUE,
...
)
model |
A character string indicating the path to the model. If not supplied the package default model is used. |
include |
A character string specifying the path to any stan files to include in the model. If missing the package default is used. |
compile |
Logical, defaults to |
threads |
Logical, defaults to |
verbose |
Logical, defaults to |
... |
Additional arguments passed to |
A cmdstanr
model.
Other model:
i2p_sample()
mod <- i2p_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.