Description Usage Arguments Value See Also Examples
Simple Box Cox, with no optimisation of lambda. See COINr online documentation for more details.
1 |
x |
A vector or column of data to transform |
lambda |
The lambda parameter of the Box Cox transform |
makepos |
If |
A vector of length length(x)
with transformed values.
treat()
Outlier treatment
1 2 3 4 5 6 | # get a column of data with outliers
x <- ASEMIndData$Tariff
# Apply Box Cox
xBox <- BoxCox(x, lambda = 2)
# plot one against the other
plot(x, xBox)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.