get_param_extra_table: Get table of estimated shape parameters (Lambda)/degrees of...

View source: R/qa_get_param_extra_table.R

get_param_extra_tableR 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.

Description

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.

Usage

get_param_extra_table(original_max0_model, param_model, dofv, quiet = F)

Arguments

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.

Value

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.


UUPharmacometrics/pmutils documentation built on July 4, 2023, 1:15 a.m.