bayesdca_test_data | R Documentation |
A dataset for demonstrating Bayesian Decision Curve Analysis (DCA). It typically includes an outcome variable and predictions from one or more models or tests.
data(bayesdca_test_data)
A data frame with 500 rows and 4 variables:
Character. The true outcome status (e.g., presence or absence of a condition).
Numeric. Predicted probability or risk score from a statistical model.
Integer. Results of a binary diagnostic test, likely coded as 0 or 1.
Integer. Results of another binary diagnostic test, potentially with lower accuracy, likely coded as 0 or 1.
data(bayesdca_test_data)
str(bayesdca_test_data)
head(bayesdca_test_data)
summary(bayesdca_test_data$model_prediction)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.