OVL.LogitDBC | R Documentation |
Parametric approach using the delta method after the Box-Cox transformation after switching to a logit scale and then transforming back
OVL.LogitDBC(x, y, alpha = 0.05, h_ini = -0.6)
x |
controls |
y |
cases |
alpha |
confidence level |
h_ini |
initial value in the optimization problem |
confidence interval
controls = rnorm(50,6,1)
cases = rnorm(100,6.5,0.5)
OVL.LogitDBC (controls,cases)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.