nogold_standard | R Documentation |
A simulated dataset for evaluating diagnostic tests in the absence of a perfect gold standard. It includes results from multiple imperfect tests and, for simulation purposes, a 'true' disease status.
data(nogold_standard)
A data frame with 200 rows and 6 variables:
Integer. Unique identifier for each case or patient.
Character. The true underlying disease status (e.g., "Present", "Absent"). In real "no gold standard" scenarios, this would be unknown and estimated.
Character. Result of the first diagnostic test (e.g., "pos", "neg", or "Positive", "Negative").
Character. Result of the second diagnostic test.
Character. Result of the third diagnostic test.
Character. Result of the fourth diagnostic test.
data(nogold_standard)
str(nogold_standard)
head(nogold_standard)
table(nogold_standard$test1, nogold_standard$test2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.