powered by
Generates a dataset from contingency tables of binary diagnostic test results in a paired study design.
generate.paired(tab, ...)
A dataframe containing:
A numeric vector specifying the gold-standard results (1 = presence of disease, 0 = absence of disease).
A numeric vector specifying the results of diagnostic test 1 (1 = positive, 0 = negative).
A numeric vector specifying the results of diagnostic test 2 (1 = positive, 0 = negative).
An object of class tab.paired.
tab.paired
Additional arguments (usually not required).
tab.paired and read.tab.paired.
read.tab.paired
data(Paired1) # Hypothetical study data ftable(Paired1) paired.layout <- tab.paired(d=d, y1=y1, y2=y2, data=Paired1) new.df <- generate.paired(paired.layout) head(new.df) ftable(new.df)
Run the code above in your browser using DataLab