View source: R/save_jags_model.R
Save .jags version of a JAGS module Modified JAGS modules need saved for the changes to take effect. This function streamlines the process. Jags modules are base.R, base_ar.R, base_tvm.R, base_tvm_ar.R, base_tvp.R, base_wl.R, and bev_holt.R
1 | save_jags_model(mod_path, model)
|
mod_path |
(character) path to save the .jags file |
model |
(character) the model to save. accepted values are "base", "base_tvm", "base_ar", "base_tvm_ar", "base_tvp", "base_wl", and "bev_holt" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.