mfp2
model fitsThis function is a method for the generic base::summary()
function for
objects of class mfp2
.
# S3 method for mfp2
summary(object, ...)
An object returned from stats::summary.glm()
or
survival::summary.coxph()
, depending on the family parameter of object
.
an object of class mfp2
, usually, a result of a call to
mfp2()
.
further arguments passed to the summary functions for glm()
(stats::summary.glm()
, i.e. families supported by glm()
) or coxph()
(survival::summary.coxph()
, if object$family = "cox"
).