R/total_effect_mult_or.R

total_effect_mult_or <-
function(x,y,z,w,t,q)
{ ((1+x*y)^(-1)*x*y*(1+w*t)^(-1)+
(1+x*y*z*q)^(-1)*x*y*z*q* (1+w*t)^(-1)*w*t)/ (1-((1+x*y)^(-1)*x*y*(1+w*t)^(-1)+
(1+x*y*z*q)^(-1)*x*y*z*q* (1+w*t)^(-1)*w*t)) *
((1+x)^(-1)*(1+w)^(-1)+ (1+x*z)^(-1)*(1+w)^(-1)*w)*(1-(1+x)^(-1)*(1+w)^(-1)- (1+x*z)^(-1)*(1+w)^(-1)*w)^(-1)}

Try the efflog package in your browser

Any scripts or data that you put into this service are public.

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