summary.coxrfx {ebmstate} | R Documentation |
A summary method for CoxRFX models
Description
This function prints the point estimates of parameters and
hyperparameters contained in a coxrfx
object.
Usage
## S3 method for class 'coxrfx'
summary(object, ...)
Arguments
object |
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)
Rui Costa
[Package ebmstate version 0.1.4 Index]