Learn R Programming

survtmle (version 1.1.1)

cleanglm: Clean up outputs from GLM

Description

Removes superfluous output from the call to glm that is not needed to perform later predictions. It is applied as a space saving technique.

Usage

cleanglm(cm)

Arguments

cm

An object of class glm or class speedglm.

Value

An object of class glm or speedglm, but with unnecessary output removed.