likbox | R Documentation |
Computation of the likelihood function of the BoxCox transformation
likbox(h, data, n)
h |
parameter of the Box-Cox transformation |
data |
joint vector of controls (first) and cases |
n |
length of the vector of controls |
the likelihood function of the BoxCox transformation
h=-1.6
controls=rnorm(50,6,1)
cases=rnorm(100,6.5,0.5)
likbox(h,c(controls,cases),n=length(controls))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.