OVL.DBCL {OVL.CI} | R Documentation |
OVL.DBCL
Description
Parametric approach using the delta method after the Box-Cox transformation taking into account the variability of the estimated transformation parameter
Usage
OVL.DBCL(x, y, alpha = 0.05, h_ini = -0.6)
Arguments
x |
controls |
y |
cases |
alpha |
confidence level |
h_ini |
initial value in the optimization problem |
Value
confidence interval
Examples
controls = rnorm(50,6,1)
cases = rnorm(100,6.5,0.5)
OVL.DBCL (controls,cases)
[Package OVL.CI version 0.1.0 Index]