Learn R Programming

EpidigiR (version 0.1.2)

diagnostic_data: Diagnostic Test Data for Evaluation

Description

A dataset containing simulated data for evaluating diagnostic tests in epidemiological studies.

Usage

diagnostic_data

Arguments

Format

A data frame with 10 rows and 5 columns:

test_id

Character, unique identifier for each test.

true_positives

Numeric, number of true positive results.

false_positives

Numeric, number of false positive results.

true_negatives

Numeric, number of true negative results.

false_negatives

Numeric, number of false negative results.

Examples

Run this code
data("diagnostic_data")
epi_analyze(diagnostic_data, outcome = NULL, type = "diagnostic")

Run the code above in your browser using DataLab