| outcomeInfo-class | R Documentation |
An outcome information object stores data concerning an outcome. This is used to prospectively check data.
nameName of the outcome, inherited from the original column name by default.
outcome_typeType of outcome.
outcome_columnName of the outcome column in data.
levelsSpecifies class levels of categorical outcomes.
orderedSpecifies whether categorical outcomes are ordered.
referenceClass level used as reference.
timeMaximum time, as set by the time_max configuration parameter.
censoredCensoring indicators for survival outcomes.
eventEvent indicators for survival outcomes.
competing_riskIndicators for competing risks in survival outcomes.
distributionFive-number summary (numeric outcomes), class frequency (categorical outcomes), or survival distributions.
data_idInternal identifier for the dataset used to derive the outcome information.
run_idInternal identifier for the specific subset of the dataset used to derive the outcome information.
transformation_parametersParameters used for transforming a numeric outcomes. Currently unused.
normalisation_parametersParameters used for normalising numeric outcomes. Currently unused.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.