cleanglm: Clean up outputs from GLM

View source: R/glm_clean.R

cleanglmR Documentation

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.


benkeser/survtmle documentation built on Nov. 23, 2023, 4:45 a.m.