Learn R Programming

ClusterBootstrap (version 1.1.2)

summary.clusbootemm: Summarize estimated marginal means for cluster bootstrap GLM into a grid

Description

Returns the summary of the EMM for a clusbootglm class object.

Usage

# S3 method for clusbootemm
summary(object, ...)

Arguments

object

object of class clusbootemm.

...

other arguments.

Examples

Run this code
# NOT RUN {
medication <- medication[medication$time %% 1 == 0,]
medication$time_f <- as.factor(medication$time)
set.seed(1)
model.1 <- clusbootglm(pos~time_f*treat, clusterid=id, data=medication)
emm.1 <- emm(object = model.1)
summary(object = emm.1)
# }

Run the code above in your browser using DataLab