Learn R Programming

efflog (version 1.0)

cell_effect_or: Cell effect for loglinear models without the multiplicative interaction

Description

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

Usage

cell_effect_or(x, y, z, w)

Arguments

x
it is the parameter $\mu^{Y=1}$
y
it is the parameter $\mu^{X=1,Y=1}$
z
it is the parameter $\mu^{Z=1, Y=1}$
w
it is the parameter $\mu_c^{Z=1}$

Value

References

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

Examples

Run this code
cell_effect_or(0.6,0.8,0.5,2)

Run the code above in your browser using DataLab