.check_outcome_type_plausibility | R Documentation |
This function may help identify if the outcome type is plausible given the outcome data. In practice it also tests whether the outcome column is actually correct given the outcome type.
.check_outcome_type_plausibility(
data,
outcome_type,
outcome_column,
censoring_indicator,
event_indicator,
competing_risk_indicator,
check_stringency = "strict"
)
data |
Data set as loaded using the |
outcome_type |
Character string indicating the type of outcome being assessed. |
outcome_column |
Name of the outcome column in the data set. |
censoring_indicator |
Name of censoring indicator. |
event_indicator |
Name of event indicator. |
competing_risk_indicator |
Name of competing risk indicator. |
check_stringency |
Specifies stringency of various checks. This is mostly:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.