| extract_lmer_metrics | R Documentation |
Extracts quality metrics specific to linear mixed-effects models including R-squared measures, ICC, and global significance tests.
extract_lmer_metrics(model, raw_data, metrics)
model |
Fitted lmerMod object from lme4. |
raw_data |
Data.table with raw model information. |
metrics |
Named list of initialized metrics to populate. |
Updated metrics list with lmer-specific values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.