indirect_effect_or {efflog} | R Documentation |
Indirect effect for loglinear models both with the multiplicative interaction and without it
Description
This function calculates the indirect effect using the odds ratio for any loglinear model and under dummy code parametrization
Usage
indirect_effect_or(x, y, z, w, t)
Arguments
x |
it is the parameter |
y |
it is the parameter |
z |
it is the parameter |
w |
it is the parameter |
t |
it is the parameter |
Value
indirect_effect_or returns the indirect effect
Author(s)
Gloria Gheno
References
Gheno Gloria (2015),The causal analysis in the loglinear model
Examples
indirect_effect_or(0.6,0.8,0.5,2,0.7)
[Package efflog version 1.0 Index]