print.optimBoxCox: Print Object

View source: R/print.optimBoxCox.R

print.optimBoxCoxR Documentation

Print Object

Description

Prints the results of a multivariate unconditional Box-Cox transformation.

Usage

## S3 method for class 'optimBoxCox'
print(x, digits = 4, ...)

Arguments

x

an object of class "optimBoxCox" from optimBoxCox.

digits

the number of significant digits to print numeric data.

...

not used for method, required for other methods.

Value

The object x is returned invisibly.

Note

The printed output contains a table showing the power transformation values and their standard errors.

See Also

boxCox


USGS-R/smwrStats documentation built on Oct. 11, 2022, 6:15 a.m.