print.boxcox | R Documentation |
Formats and prints the results of calling the function boxcox
.
This method is automatically called by print
when given an
object of class "boxcox"
. The names of other functions involved in
Box-Cox transformations are listed under Data Transformations.
## S3 method for class 'boxcox'
print(x, ...)
x |
an object of class |
... |
arguments that can be supplied to the |
This is the "boxcox"
method for the generic function print
.
Prints the objective name, the name of the data object used, the sample size,
the values of the powers, and the values of the objective. In the case of
optimization, also prints the range of powers over which the optimization
took place.
Invisibly returns the input x
.
Steven P. Millard (EnvStats@ProbStatInfo.com)
Chambers, J. M. and Hastie, T. J. (1992). Statistical Models in S. Wadsworth & Brooks/Cole.
boxcox
, boxcox.object
, plot.boxcox
,
Data Transformations, print
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.