Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary

summary method for fastglm fitted objects


Description

summary method for fastglm fitted objects

Usage

## S3 method for class 'fastglm'
summary(object, dispersion = NULL, ...)

Arguments

object

fastglm fitted object

dispersion

the dispersion parameter for the family used. Either a single numerical value or NULL (the default), when it is inferred from object.

...

not used

Value

a summary.fastglm object

Examples

x <- matrix(rnorm(10000 * 10), ncol = 10)
y <- 1 * (0.25 * x[,1] - 0.25 * x[,3] > rnorm(10000))

fit <- fastglm(x, y, family = binomial())

#summary(fit)

fastglm

Fast and Stable Fitting of Generalized Linear Models using 'RcppEigen'

v0.0.1
GPL (>= 2)
Authors
Jared Huling [aut, cre], Douglas Bates [cph], Dirk Eddelbuettel [cph], Romain Francois [cph], Yixuan Qiu [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.