MonolixSuite in R
Breadcrumbs

getCAResultsStratification

[PKanalix] Get CA results stratification

Get the stratification used to compute NCA parameters statistics table. Stratification is defined by:

  • stratification covariate groups which are shared by both NCA and CA results

  • a stratification state which is specific to each task results

Usage

R
getCAResultsStratification()

Value

A list with stratification groups ('groups') and stratification state ('state').

Details

For each covariate, stratification groups can be defined as a list with:

name

character

covariate name

definition

vector(continuous) || list>(categorical)

group separations (continuous) || modality sets (categorical)

A stratification state is represented as a list with:

split

vector

ordered list of splitted covariates

filter

list< pair> >

list of paired containing a covariate name and the indexes of associated kept groups

See also

setCAResultsStratification

Examples