R/plotCI.UnlogCI.R

plotCI.UnlogCI<-function(x,...)
{

alt<-x$alternative

CIEs<-x$conf.int

rnames<-rownames(CIEs)

est<-CIEs[,"Estimate"]
lwr<-CIEs[,"lwr"]
upr<-CIEs[,"upr"]

names(est)<-rnames

args<-list(...)

args$estimate<-est
args$lower<-lwr
args$upper<-upr
args$alternative<-alt

do.call("plotCII", args)

}

Try the BSagri package in your browser

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

BSagri documentation built on May 2, 2019, 8:29 a.m.