summary.mfp2: Summarizing 'mfp2' model fits

View source: R/mfp2.R

summary.mfp2R 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()


mfp2 documentation built on Nov. 15, 2023, 1:06 a.m.