R/partOR.R

# 12/31/2012 10:05:46 AM
partialOR <- function(dd,ci=0.95) {
  fit <- fitOR(dd)   
  reportOR(fit,dd,ci)
  return(invisible(NULL))
}

Try the partialOR package in your browser

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

partialOR documentation built on May 1, 2019, 10:29 p.m.