View source: R/OVL.LogitBCAN.R
OVL.LogitBCAN | R Documentation |
BCAN procedure carried out in the logit scale and back-transformed
OVL.LogitBCAN(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.LogitBCAN (controls,cases)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.