get_glm_results_ | R Documentation |
Calculates model estimate inference stats for a GLM-like model, more specifically for the glmerMod class.
get_glm_results_(model, exponentiate = FALSE, ...)
model |
a glmerMod mixed-effect model object. |
exponentiate |
logical, should the model extimates be returned in an exponent form? |
... |
extra arguments passed to |
In case, the default confidence interval calculation method fails, falls back to the computation based on the normal distribution of the estimate values.
a data frame with model estimates, confidence intervals and their significance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.