likbox {OVL.CI} | R Documentation |
Likelihood function of the BoxCox transformation
Description
Computation of the likelihood function of the BoxCox transformation
Usage
likbox(h, data, n)
Arguments
h |
parameter of the Box-Cox transformation |
data |
joint vector of controls (first) and cases |
n |
length of the vector of controls |
Value
the likelihood function of the BoxCox transformation
Examples
h=-1.6
controls=rnorm(50,6,1)
cases=rnorm(100,6.5,0.5)
likbox(h,c(controls,cases),n=length(controls))
[Package OVL.CI version 0.1.0 Index]