powered by
Returns the summary of an object of class clusbootglm.
clusbootglm
# S3 method for clusbootglm summary(object, estimate.type = "bootstrap", interval.type = "BCa", ...)
object of class clusbootglm.
specify which type of estimate should be returned, either bootstrap means (default) or GLM estimates from model fitted on original data.
which confidence interval should be used. Options are parametric, percentile, and BCa intervals.
parametric
percentile
BCa
other arguments.
# NOT RUN { data(opposites) cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject) summary(cbglm.1, interval.type="percentile") # }
Run the code above in your browser using DataLab