total_effect_mult_or: Total effect for loglinear models with the multiplicative...

Description Usage Arguments Value Author(s) References Examples

Description

This function calculates the total effect using the odds ratio for a loglinear model with the multiplicative interaction and under dummy code parametrization

Usage

1
total_effect_mult_or(x, y, z, w, t, q)

Arguments

x

it is the parameter μ^{Y=1}

y

it is the parameter μ^{X=1,Y=1}

z

it is the parameter μ^{Z=1, Y=1}

w

it is the parameter μ_c^{Z=1}

t

it is the parameter μ_c^{X=1,Z=1}

q

it is the parameter μ^{X=1,Z=1,Y=1}

Value

total_effect_mult_or returns the total effect

Author(s)

Gloria Gheno

References

Gheno Gloria (2015),The causal analysis in the loglinear model

Examples

1
 total_effect_mult_or(0.6,0.8,0.5,2,0.7,0.6) 

efflog documentation built on May 2, 2019, 8:17 a.m.