Paired1 | R Documentation |
Hypothetical data from a paired study that aims to compare the accuracy of two binary diagnostic tests.
Paired1
A dataframe containing 3 columns (d
, y1
and y2
) and 712 rows.
d
is a numeric vector specifying the gold-standard results (1 = presence of disease, 0 = absence of disease).
y1
is a numeric vector specifying the results of diagnostic test 1 (1 = positive, 0 = negative).
y2
is a numeric vector specifying the results of diagnostic test 1 (1 = positive, 0 = negative).
data(Paired1) # Hypothetical study data
ftable(Paired1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.