Learn R Programming

stremr (version 0.4)

print.GLMmodel: S3 methods for printing model fit summary for glmfit class object

Description

Prints the modeling summary for the glm fit (stats::glm.fit or speedglm::speedglm.wfit)

Usage

"print"(x, ...)

Arguments

x
The model fit object produced by functions stremr:::fit.glm or stremr:::fit.speedglm
...
Additional options passed on to summary.GLMmodel.

Value

The output is printed with cat. To capture the markdown-formated model summary use summary.GLMmodel.