get_iov_table: Consequences of including inter-occasion variability in terms...

View source: R/qa_get_iov_table.R

get_iov_tableR Documentation

Consequences of including inter-occasion variability in terms of estimated standard deviation (SD) for inter-individual (IIV) and inter-occasion variability (IOV) as well as expected improvement in OFV.

Description

Consequences of including inter-occasion variability in terms of estimated standard deviation (SD) for inter-individual (IIV) and inter-occasion variability (IOV) as well as expected improvement in OFV.

Usage

get_iov_table(original_max0_model, iov_model, iov_etas, dofv_iov, quiet = F)

Arguments

original_max0_model

The base model file name.

iov_model

The iov model file name.

iov_etas

A list of occasion vectors of eta numbers. (iov_etas <- list(occ1=c(1, 2, 5, 7), occ2=c(3, 4, 6, 8)))

dofv_iov

Difference between base model and the model with added iov 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 2 elements: iov_table - a data frame iov_error - a logical indicating whether both ext files from models original_max0_model and iov_model exist in the folder


UUPharmacometrics/PsNR documentation built on June 30, 2023, 8:34 a.m.