powered by
Parametric approach using a bootstrap percentil approach.
OVL.BCPB(x, y, alpha = 0.05, B = 100, h_ini = -0.6)
confidence interval.
Numeric vector. Data from the first group.
Numeric vector. Data from the second group.
confidence level.
bootstrap size.
initial value in the optimization problem.
controls = rnorm(50,6,1) cases = rnorm(100,6.5,0.5) OVL.BCPB (controls,cases)
Run the code above in your browser using DataLab