Description Usage Arguments Author(s) Examples
Returns the summary of the EMM for a clusbootglm
class object.
1 2 |
object |
object of class |
... |
other arguments. |
Mathijs Deen
1 2 3 4 5 6 7 8 | ## 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.