print.coxrfx {ebmstate} | R Documentation |
Print method for CoxRFX objects
Description
This function implicitly calls summary.coxrfx().
Usage
## S3 method for class 'coxrfx'
print(x, ...)
Arguments
x |
A |
... |
further arguments passed to or from other methods. |
Details
Prints two data frames, one with hyperparameter estimates and another with regression coefficient estimates.
Value
Returns an invisible NULL object.
Author(s)
Moritz Gerstung & Rui Costa
[Package ebmstate version 0.1.4 Index]