powered by
Computes confidence intervals for one or more parameters in a fitted GLM with the cluster bootstrap.
# S3 method for clusbootglm confint(object, parm = "all", level = 0.95, interval.type = "BCa", ...)
object of class clusbootglm.
clusbootglm
a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. Defaults to all parameters.
the required confidence level
type of confidence level. Options are BCa, percentile, and parametric.
BCa
percentile
parametric
other arguments.
# NOT RUN { data(opposites) cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject) confint(cbglm.1,parm=c("Time","COG"), level=.90, interval.type="percentile") # }
Run the code above in your browser using DataLab