summary.coxrfx {ebmstate} | R Documentation |
This function prints the point estimates of parameters and
hyperparameters contained in a coxrfx
object.
## S3 method for class 'coxrfx'
summary(object, ...)
object |
A |
... |
Further arguments passed to or from other methods. |
Prints two data frames, one with hyperparameter estimates and another with regression coefficient estimates.
Returns an invisible NULL object.
Rui Costa