R/print.summary.pairwiseCI.R

`print.summary.pairwiseCI` <-
function(x,...)
{

pargs<-list(...)

conf.level<-attr(x,"conf.level")

methodI<-attr(x,"methodname")

  cat(" ","\n")
  cat(round(conf.level*100, 4), " %-confidence intervals", "\n")
  cat(" Method: ", methodI, "\n")
  cat(" ","\n")

print.default(x)

}

Try the pairwiseCI package in your browser

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

pairwiseCI documentation built on May 1, 2019, 6:51 p.m.