visualize.glmerMod | R Documentation |
Visualize a fitted glmerMod model
## S3 method for class 'glmerMod'
visualize(
object,
plot = c("all", "residuals", "model"),
formula = NULL,
sample = 3,
plots.as.list = FALSE,
...
)
object |
a glmer object |
plot |
what should be plotted? Residuals? Model plot? All of them? |
formula |
A flexplot-style formula |
sample |
The number of individuals' datapoints to sample as raw data. Defaults to 3 |
plots.as.list |
Should the plots be returned as a list? Defaults to FALSE. |
... |
Other arguments passed to flexplot |
a plot containing a visual of the chosen model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.