View source: R/qa_get_boxcox_lambda_table.R
get_boxcox_lambda_table | R Documentation |
A dataframe of the estimated shape parameters (Lambda) as well as expected improvement in OFV when estimating a Box-Cox transformation for each subject-level random effect.
get_boxcox_lambda_table(directory, dofv_boxcox)
directory |
A path of the qa run directory. Will search for the boxcox.ext file in the modelfit_run folder and derivatives.ext file in the linearize_run/scm_dir1 folder. |
dofv_boxcox |
A dofv value of the boxcox model. |
A list of two elements: boxcox_lambdas_orig - A data frame with lambda and sd values from the boxcox and derivatives models. boxcox_lambdas_table - A data frame with rounded lambda and sd values from the boxcox and derivatives models values, and added boxcox dofv value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.