Learn R Programming

stremr (version 0.4)

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

Description

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

Usage

"summary"(object, format_table = TRUE, ...)

Arguments

object
The model fit object produced by functions stremr:::glmfit.glm or stremr:::glmfit.speedglm
format_table
Format the coefficients into a data.frame table?
...
Additional options (not used)

Value

The markdown-formated model summary returned by pander::pander_return.