...: Additional arguments to lower level functions
Details
Table should be in the format with outcome in columns and test in rows. Data.frame should be with test in the first column and outcome in the second column.
Examples
M <- as.table(matrix(c(42,12,35,28),ncol=2,byrow=TRUE, dimnames=list(rater=c("no","yes"),gold=c("no","yes"))))diagtest(M,exact=TRUE)