get_result_lme4: Extract a summary of the model results from a lme4 model This...

get_result_lme4R Documentation

Extract a summary of the model results from a lme4 model This function uses fixef() and confint().

Description

Extract a summary of the model results from a lme4 model This function uses fixef() and confint().

Usage

get_result_lme4(
  fitted_model,
  type = NA,
  seed = NA,
  scen = NA,
  ci_method = "Wald",
  ...
)

Arguments

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 run_models().

scen

optional name of scenario

ci_method

method passed to confint()

...

optional additional arguments for compatibility with other get_result_<...> functions


NErler/simvalidator documentation built on May 17, 2022, 7:54 a.m.