Skip to main content
Skip table of contents

addAdditionalCovariate

Create an additional covariate for stratification purpose. Notice that these covariates are available only if they are not contant through the dataset.
Available column transformations are:

[continuous]'firstDoseAmount'(first dose amount)
[continuous]'doseNumber'(dose number)
[discrete]'administrationType'(admninistration type)
[discrete]'administrationSequence'(administration sequence)
[discrete]'dosingDesign'(dose multiplicity)
[continuous]'observationNumber'(observation number per individual, for a given observation type)

Usage

R
addAdditionalCovariate(transformation, base = "", name = "")

Arguments

transformation

(character) applied transformation.

base

(character) [optional] base data on which the transformation is applied.

name

(character) [optional] name of the covariate.

Examples

R
if (FALSE) {
addAdditionalCovariate("firstDoseAmount")
addAdditionalCovariate(transformation = "observationNumberPerIndividual", headerName = "CONC")
}
JavaScript errors detected

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

If this problem persists, please contact our support.