MonolixSuite in R
Breadcrumbs

getNCAResultsStratification

[PKanalix] Get NCA results stratification

Get the stratification used to compute NCA parameters stratistics 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
getNCAResultsStratification()

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) or list>(categorical)

group separations (continuous) or 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

setNCAResultsStratification

Examples