| extract_glmer_metrics | R Documentation |
Extracts quality metrics specific to generalized linear mixed-effects models including concordance, R-squared measures, ICC, and Brier score for binomial.
extract_glmer_metrics(model, raw_data, metrics)
model |
Fitted glmerMod object from lme4. |
raw_data |
Data.table with raw model information. |
metrics |
Named list of initialized metrics to populate. |
Updated metrics list with glmer-specific values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.