summary.GLMmodel: S3 methods for 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'
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.


osofr/GriDiSL documentation built on May 24, 2019, 4:54 p.m.