Learn R Programming

mfp2 (version 1.0.0)

summary.mfp2: 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 mfp2
summary(object, ...)

Value

An object returned from stats::summary.glm() or survival::summary.coxph(), depending on the family parameter of 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").

See Also