R/mcnemar.exact.R

Defines functions `mcnemar.exact`

`mcnemar.exact` <-
function(x, y = NULL, conf.level = 0.95){
   call<-as.list(match.call())
   OUT<-do.call("exact2x2",c(call[-1], alternative="two.sided", tsmethod="central",paired=TRUE),
        envir=parent.frame())
   OUT
}

Try the exact2x2 package in your browser

Any scripts or data that you put into this service are public.

exact2x2 documentation built on Feb. 16, 2023, 10:11 p.m.