powered by
Parametric approach using the delta method after switching to a logit scale and then transforming back.
OVL.LogitD(x, y, alpha = 0.05)
confidence interval.
Numeric vector. Data from the first group.
Numeric vector. Data from the second group.
confidence level.
controls = rnorm(50,6,1) cases = rnorm(100,6.5,0.5) OVL.LogitD (controls,cases)
Run the code above in your browser using DataLab