print.WOCR: The Generic 'print' Function for Object of 'WOCR' Class

Description Usage Arguments Details Value References See Also

Description

The Generic print Function for Object of WOCR Class

Usage

1
2
## S3 method for class 'WOCR'
print(fit, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

fit

an object of WOCR class.

digits

the minimal number of significant digits. See print.default.

...

further arguments passed to or from other methods.

Details

The (generic) print method for an WOCR object. The results include d (the singular value of standardized X), gamma (the coefficients for the orthogonal components), w.hat (the estimated weights), beta.hat (the estimated coefficients for the standardized X variables).

Value

A table with four columns (d, gamma, w.hat, beta.hat).

References

See Also

WOCR


xgsu/WOCR documentation built on May 4, 2019, 1:06 p.m.