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 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").

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]