Description Usage Arguments Value Examples
lmerPlottt
1 | lmerPlottt(list.of.models, ...)
|
list.of.models |
Numerous multilevel models from |
... |
Other parameters passed on to |
Plots all t-values of fixed effects of the multilevel models. Significant t-values (5
1 2 3 | fit <- lmerSimple("Reaction", "Days", "Days", "", "Subject", sleepstudy)
fit
lmerPlottt(list(fit))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.