Description Usage Arguments Value See Also
View source: R/helper_functions.R
Takes a vector of parameters and a table of parameter bounds, transformation instructions etc. Idea is to convert all parameters to log/specified logit scale. Table should have four columns: use_logistic, use_log, lower_bound, and upper_bound.
| 1 | transform_params_logit(params, param_table)
 | 
| params | vector of parameters to be transformed | 
| param_table | a matrix of boolean flags and bounds | 
a vector of the transformed parameters
param_check, transform_params_logistic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.