OVL.BCbias | R Documentation |
Parametric approach using a bootstrap bias-corrected approach
OVL.BCbias(x, y, alpha = 0.05, B = 100, h_ini = -0.6)
x |
controls |
y |
cases |
alpha |
confidence level |
B |
bootstrap size |
h_ini |
initial value in the optimization problem |
confidence interval
controls = rnorm(50,6,1)
cases = rnorm(100,6.5,0.5)
OVL.BCAN (controls,cases)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.