View source: R/lmerdiagnostic.R
lmerdiagnostic | R Documentation |
lmerdiagnostic
lmerdiagnostic(d, m, iv, dv)
d |
a data frame. |
m |
a lmer model i.e "tr + p + (1|a)". |
iv |
indepent variable of the model to compute the emmeans i.e. "tr". |
dv |
a vector with the dependent variable of interest i.e c("var1","var2","var3"). |
A serie of tables and plots useful for model diagnostic of linear and linear mixed models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.