Skip to main content
Skip table of contents

setResultsStratificationGroups

Set the stratification covariate groups used to compute statistics over individual parameters. These groups are shared by all the task results.

Usage

R
setResultsStratificationGroups(groups)

Arguments

groups

Stratification groups list

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) || modality sets (categorical)

See also

Examples

R
if (FALSE) {
setResultsStratificationGroups(list(list(name = "WEIGHT", definition = c(65,5, 72)), list(name = "TRT", definition = list(c("a","b"), "c", c("d","e")))))
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.