print.msfit {ebmstate} | R Documentation |
Print method for msfit
objects
generated by msfit_generic
Description
This method is a simple call to print.default
.
Its main purpose is to override print.coxrfx
when printing an
object of double class msfit
and coxrfx
.
Usage
## S3 method for class 'msfit'
print(x, ...)
Arguments
x |
An object of class |
... |
Further arguments passed to or from other methods. |
Value
The input object (an object of double class msfit
and coxrfx
).
Author(s)
Rui Costa
[Package ebmstate version 0.1.4 Index]