transform_bootstrap_parameters: Transforms bootstrap confidence intervals for custom...

View source: R/functions.R

transform_bootstrap_parametersR Documentation

Transforms bootstrap confidence intervals for custom covariate values.

Description

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

Usage

transform_bootstrap_parameters(
  bootstrap_param_output,
  GAI_fit,
  covariate_data_frame
)

Arguments

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.


calliste-fagard-jenkin/GAI documentation built on July 26, 2022, 11:20 a.m.