summary method for fastglm fitted objects
summary method for fastglm fitted objects
## S3 method for class 'fastglm' summary(object, dispersion = NULL, ...)
object |
fastglm fitted object |
dispersion |
the dispersion parameter for the family used.
Either a single numerical value or |
... |
not used |
a summary.fastglm object
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.