Usage
boxcox.drc(object, lambda = seq(-2, 2, 1/10), plotit = TRUE, eps = 1/50, bcAdd = 0, level = 0.95, xlab = expression(lambda), ylab = "log-Likelihood", ...)
Arguments
object
object of class drc
.
lambda
numeric vector of lambda values; the default is (-2, 2) in steps of 0.1.
plotit
logical which controls whether the result should be plotted.
eps
numeric value: the tolerance for lambda = 0; defaults to 0.02.
bcAdd
numeric value specifying the constant to be added on both sides prior to Box-Cox transformation.
The default is 0.
level
numeric value: the confidence level required.
xlab
character string: the label on the x axis, defaults to "lambda".
ylab
character string: the label on the y axis, defaults to "log-likelihood".
...
additional graphical parameters.