transform_bootstrap_parameters | R Documentation |
Transforms bootstrap confidence intervals of parameter values to the parameter scale for a range of custom covariate values. Typically used to provide information to produce plots of parameter estimates against covariate value, with confidence intervals
transform_bootstrap_parameters( bootstrap_param_output, GAI_fit, covariate_data_frame )
bootstrap_param_output |
A table of parameter estimates obtained by using rGAI's bootstrap function with transform = F. Custom values produced manually can also be passed. |
GAI_fit |
An object produced by using fit_GAI for model fitting |
covariate_data_frame |
A data.frame containing the range of covariate values for which parameter scale transformations are desired. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.