print.csir {censorSIR}R Documentation

print out the object of class csir

Description

csir object is the result of function cen.sir. The function will print out the eigen value, eigen vector, chi-square test result of significant directions and information of input parameters.

Usage

print.csir(object, digits = max(3, getOption("digits") - 3), ...)

Arguments

object a input object of class csir
digits how many digits to keep
... other parameters to pass to print funciton

Details

Value

None.

Note

Author(s)

Wei Sun sunwei@stat.ucla.edu

References

Ker-chau Li, Jane-ling Wang and Chun-Hou Chen (1999) Dimension reduction for censored regression data. The Annals of Statistics 27, 1-23.

See Also

cen.sir

Examples



[Package censorSIR version 1.0 Index]