Learn R Programming

coxphMIC (version 0.1.0)

print.coxphMIC: The Generic

Description

The Generic print Function for Object of coxphMIC Class

Usage

# S3 method for 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.

Value

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

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.

References

  • Abdolyousefi, R. N. and Su, X. (2016). coxphMIC: An R package for sparse estimation of Cox PH Models via approximated information criterion. Tentatively accepted, The R Journal.
  • Su, X. (2015). Variable selection via subtle uprooting. Journal of Computational and Graphical Statistics, 24(4): 1092--1113. URL http://www.tandfonline.com/doi/pdf/10.1080/10618600.2014.955176
  • Su, X., Wijayasinghe, C. S., Fan, J., and Zhang, Y. (2015). Sparse estimation of Cox proportional hazards models via approximated information criteria. Biometrics, 72(3): 751--759. URL http://onlinelibrary.wiley.com/doi/10.1111/biom.12484/epdf

See Also

coxphMIC