OVL.D | R Documentation |
Parametric approach using the delta method
OVL.D(x, y, alpha = 0.05)
x |
controls |
y |
cases |
alpha |
confidence level |
confidence interval
controls = rnorm(50,6,1)
cases = rnorm(100,6.5,0.5)
OVL.D (controls,cases)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.