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

Description Usage Arguments Value

View source: R/summaryS3methods.R

Description

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

Usage

1
2
## S3 method for class 'GLMmodel'
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.


osofr/stremr documentation built on Jan. 25, 2022, 8:07 a.m.