print.msfit: 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 msfit
print(x, ...)
Value
The input object (an object of double class msfit
and coxrfx
).
Arguments
- x
An object of class msfit
or double class msfit
and coxrfx
.
- ...
Further arguments passed to or from other methods.