get_brms_mdl | R Documentation |
get_brms_mdl() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get bayesian regression models model. Function argument outp_smry_ls specifies the where to look for the required object. The function returns Bayesian regression models (a model).
get_brms_mdl(outp_smry_ls, mdl_nm_1L_chr)
outp_smry_ls |
Output summary (a list) |
mdl_nm_1L_chr |
Model name (a character vector of length one) |
Bayesian regression models (a model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.