View source: R/load_and_interpolate_stan_model.R
build_model_string | R Documentation |
Build the model string by interpolating the Stan template
build_model_string(
template_domain,
template_filename,
outcome,
borrowing,
analysis_obj,
...
)
template_domain |
Character string specifying the domain of the template (e.g., "surv", "bin", "cont") |
template_filename |
Character string specifying the filename of the Stan template |
outcome |
|
borrowing |
|
analysis_obj |
|
... |
Additional named arguments to be passed for interpolation |
String containing the interpolated Stan model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.