bayesdca_test_data: Bayesian Decision Curve Analysis Test Data

bayesdca_test_dataR Documentation

Bayesian Decision Curve Analysis Test Data

Description

A dataset for demonstrating Bayesian Decision Curve Analysis (DCA). It typically includes an outcome variable and predictions from one or more models or tests.

Usage

data(bayesdca_test_data)

Format

A data frame with 500 rows and 4 variables:

outcome

Character. The true outcome status (e.g., presence or absence of a condition).

model_prediction

Numeric. Predicted probability or risk score from a statistical model.

binary_test

Integer. Results of a binary diagnostic test, likely coded as 0 or 1.

weak_test

Integer. Results of another binary diagnostic test, potentially with lower accuracy, likely coded as 0 or 1.

Examples

data(bayesdca_test_data)
str(bayesdca_test_data)
head(bayesdca_test_data)
summary(bayesdca_test_data$model_prediction)

sbalci/ClinicoPathJamoviModule documentation built on June 13, 2025, 9:34 a.m.