dummy.coef.lmm | R Documentation |
Compute the marginal mean (via the emmeans package) for each combination of categorical covariates. When there is no numeric covariate, this outputs all the mean values fitted by the model.
## S3 method for class 'lmm'
dummy.coef(object, drop = TRUE, ...)
object |
a |
drop |
[logical] should combinations of covariates that do no exist in the original dataset be removed? |
... |
arguments passed to |
A data.frame containing the level for which the means have been computed (if more than one),
the estimated mean (estimate
), standard error (se
), degree of freedom (df
), and 95% confidence interval (lower
and upper
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.