powered by
Returns the coefficients of an object of class clusbootglm.
clusbootglm
# S3 method for clusbootglm coef(object, estimate.type = "bootstrap", ...)
object of class clusbootglm.
type of coefficient (bootstrap or GLM).
bootstrap
GLM
other arguments.
# NOT RUN { data(opposites) cbglm.1 <- clusbootglm(SCORE~Time*COG,data=opposites,clusterid=Subject) coef(cbglm.1, estimate.type="bootstrap") # }
Run the code above in your browser using DataLab