get_glm_results_: Inference statistic for a glmerMod model.

View source: R/utils.R

get_glm_results_R Documentation

Inference statistic for a glmerMod model.

Description

Calculates model estimate inference stats for a GLM-like model, more specifically for the glmerMod class.

Usage

get_glm_results_(model, exponentiate = FALSE, ...)

Arguments

model

a glmerMod mixed-effect model object.

exponentiate

logical, should the model extimates be returned in an exponent form?

...

extra arguments passed to summary.merMod.

Details

In case, the default confidence interval calculation method fails, falls back to the computation based on the normal distribution of the estimate values.

Value

a data frame with model estimates, confidence intervals and their significance.


PiotrTymoszuk/kinet documentation built on June 12, 2022, 7:29 p.m.