build_model_string {psborrow2} | R Documentation |
Build the model string by interpolating the Stan template
Description
Build the model string by interpolating the Stan template
Usage
build_model_string(
template_domain,
template_filename,
outcome,
borrowing,
analysis_obj,
...
)
Arguments
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 |
Value
String containing the interpolated Stan model
[Package psborrow2 version 0.0.4.0 Index]