View source: R/qa_get_param_extra_table.R
get_param_extra_table | R Documentation |
Get table of estimated shape parameters (Lambda)/degrees of freedom, estimated standard deviation (sd) values as well as expected improvement in OFV when estimating a Box-Cox/t-distribution transformation for each subject-level random effect.
get_param_extra_table(original_max0_model, param_model, dofv, quiet = F)
original_max0_model |
The base model file name. |
param_model |
The parameter model (box-cox or tdist) file name. |
dofv |
Difference between base and the boxcox or tdist transformed model OFV values. |
quiet |
A logical indicating whether function should not write the warning message if some file not found. By default quiet=FALSE. |
A list of 3 elements: param_extra_table - a data frame param_extra_table_orig - a data frame param_extra_table_error - a logical indicating whether both input files original_max0_model and param_model exist in the folder
Difference between param_extra_table and param_extra_table_orig data frames are that values are not formated or rounded in the param_extra_table_orig and the dOFV value is not added to this data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.