# Data example from Agresti-Min 2005
pairbinci(x = c(53, 16, 8, 9), contrast = "RD", method_RD = "Score")
pairbinci(x = c(53, 16, 8, 9), contrast = "RD", method_RD = "TDAS")
pairbinci(x = c(53, 16, 8, 9), contrast = "RR", method_RR = "Score")
pairbinci(x = c(53, 16, 8, 9), contrast = "RR", method_RR = "TDAS")
pairbinci(x = c(53, 16, 8, 9), contrast = "OR", method_OR = "SCAS")
# Example from Fagerland et al 2014
pairbinci(x = c(1, 1, 7, 12), contrast = "RD", method_RD = "Score_closed")
pairbinci(x = c(1, 1, 7, 12), contrast = "RD", method_RD = "MOVER_newc", moverbase = "wilson")
pairbinci(x = c(1, 1, 7, 12), contrast = "RD", method_RD = "MOVER_newc", moverbase = "SCAS")
pairbinci(x = c(1, 1, 7, 12), contrast = "RR", method_RR = "Score_closed")
pairbinci(x = c(1, 1, 7, 12), contrast = "RR", method_RR = "MOVER_newc", moverbase = "wilson")
pairbinci(x = c(1, 1, 7, 12), contrast = "RR", method_RR = "MOVER_newc", moverbase = "SCAS")
pairbinci(x = c(1, 1, 7, 12), contrast = "OR", method_OR = "wilson")
pairbinci(x = c(1, 1, 7, 12), contrast = "OR", method_OR = "midp")
pairbinci(x = c(1, 1, 7, 12), contrast = "OR", method_OR = "SCAS")
Run the code above in your browser using DataLab