dca_test | R Documentation |
A dataset designed for performing Decision Curve Analysis (DCA). It includes patient characteristics, an outcome variable (cardiac_event), and predicted probabilities from several different risk models.
data(dca_test)
A data frame with 50 rows and 17 variables:
Integer. Unique patient identifier.
Integer. Patient's age in years.
Character. Patient's sex.
Character. Diabetes status (e.g., "Yes", "No").
Character. Hypertension status (e.g., "Yes", "No").
Character. Smoking status (e.g., "Yes", "No").
Integer. Cholesterol level.
Numeric. Troponin level.
Numeric. Creatinine level.
Character. The outcome variable, indicating if a cardiac event occurred.
Numeric. Predicted probability of a cardiac event from a basic model.
Numeric. Predicted probability from an enhanced model.
Numeric. Predicted probability from a model including a biomarker.
Numeric. Predicted probability from a deliberately miscalibrated model.
Numeric. Predicted probability from a poorly performing model.
Character. A categorized risk based on some criteria.
Character. Hospital identifier or group.
data(dca_test)
str(dca_test)
head(dca_test)
summary(dca_test$basic_model)
table(dca_test$cardiac_event)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.