get_result_lme4 | R Documentation |
fixef()
and confint()
.Extract a summary of the model results from a lme4 model
This function uses fixef()
and confint()
.
get_result_lme4( fitted_model, type = NA, seed = NA, scen = NA, ci_method = "Wald", ... )
fitted_model |
a fitted model object |
type |
optional character string specifying the type (to identify what type of model the results belong to later in the visualization and description of results) |
seed |
optional (but) suggested seed value. Will be used when called
from within |
scen |
optional name of scenario |
ci_method |
method passed to |
... |
optional additional arguments for compatibility with other
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.