| summary.mfp2 {mfp2} | R Documentation |
Summarizing mfp2 model fits
Description
This function is a method for the generic base::summary() function for
objects of class mfp2.
Usage
## S3 method for class 'mfp2'
summary(object, ...)
Arguments
object |
an object of class |
... |
further arguments passed to the summary functions for |
Value
An object returned from stats::summary.glm() or
survival::summary.coxph(), depending on the family parameter of object.
See Also
mfp2(), stats::glm(), stats::summary.glm(), survival::coxph(),
survival::summary.coxph()
[Package mfp2 version 1.0.0 Index]