print.coxphMIC {coxphMIC}R Documentation

The Generic print Function for Object of coxphMIC Class

Description

The Generic print Function for Object of coxphMIC Class

Usage

## S3 method for class 'coxphMIC'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of coxphMIC 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 coxphMIC object. The results include info on the estimated gamma and beta. Depending on the options, significance testing and confidence intervals are also provided.

Value

The table of estimated regression coefficients beta and the reparameterized gamma.

References

See Also

coxphMIC


[Package coxphMIC version 0.1.0 Index]