- x
A vector of values.
- start
The starting value of lambda to try.
- end
The ending value of lambda to try.
- int
The interval between lambda values to try.
- plotit
If TRUE
, produces plots of Shapiro-Wilks W or
Anderson-Darling A vs. lambda, a histogram of transformed
values, and a quantile-quantile plot of transformed values.
- verbose
If TRUE
, prints extra output for Shapiro-Wilks
W or Anderson-Darling A vs. lambda.
- quiet
If TRUE
, doesn't print any output to the screen.
- statistic
If 1
, uses Shapiro-Wilks test.
Will report NA
if the sample size is greater than
5000.
If 2
, uses Anderson-Darling test.
- returnLambda
If TRUE
, returns only the lambda value,
not the vector of transformed values.