View source: R/visualize_lmer.R
visualize.lmerMod | R Documentation |
Visualize a fitted lmerMod model
## S3 method for class 'lmerMod'
visualize(
object,
plot = c("all", "residuals", "model"),
formula = NULL,
sample = 3,
plots.as.list = FALSE,
...
)
object |
a lmer 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.