display_models {JSmediation} | R Documentation |
Displays models from a mediation object
Description
When conducting a joint-significance test, different models are
fitted to the data. This function helps you see a summary of the models that
have been used in an object of class mediation_model
.
Usage
display_models(mediation_model)
Arguments
mediation_model |
An object of class |
Value
A list of summary.lm
objects.
Examples
data(ho_et_al)
ho_et_al$condition_c <- build_contrast(ho_et_al$condition,
"Low discrimination",
"High discrimination")
my_model <-
mdt_simple(data = ho_et_al,
IV = condition_c,
DV = hypodescent,
M = linkedfate)
display_models(my_model)
[Package JSmediation version 0.2.2 Index]