compare2(readings, usecols = c(1,2), twovsone = TRUE, plot.summary = TRUE, barplot = TRUE, chi = TRUE,
pool.criterion = 1, cont.cor = TRUE, correct = "Yates", first.name = "Reader A",
second.name = "Reader B")
data(sbotos)
compare2(readings=sbotos,usecols=c(1,2),twovsone=TRUE,plot.summary=TRUE,barplot=FALSE,chi=TRUE,
pool.criterion=1,cont.cor=TRUE,correct="Yates",first.name="Reader A",
second.name="Reader B")
Run the code above in your browser using DataLab