R/blaker.exact.R

Defines functions `blaker.exact`

`blaker.exact` <-
function(x, y = NULL, or = 1, alternative = "two.sided", 
    conf.int = TRUE, conf.level = 0.95, tol=0.00001){
   call <- as.list(match.call())
   OUT<-do.call("exact2x2",c(call[-1],tsmethod="blaker"),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 May 29, 2024, 10:51 a.m.