powered by
A dataset containing simulated data for evaluating diagnostic tests in epidemiological studies.
diagnostic_data
A data frame with 10 rows and 5 columns:
Character, unique identifier for each test.
Numeric, number of true positive results.
Numeric, number of false positive results.
Numeric, number of true negative results.
Numeric, number of false negative results.
data("diagnostic_data") epi_analyze(diagnostic_data, outcome = NULL, type = "diagnostic")
Run the code above in your browser using DataLab