Model of class glm

glm_2

Format

An object of class glm (inherits from lm) of length 30.

Examples

glm(formula = vs ~ wt + cyl, family = "binomial", data = mtcars)
#> #> Call: glm(formula = vs ~ wt + cyl, family = "binomial", data = mtcars) #> #> Coefficients: #> (Intercept) wt cyl #> 10.619 2.100 -2.931 #> #> Degrees of Freedom: 31 Total (i.e. Null); 29 Residual #> Null Deviance: 43.86 #> Residual Deviance: 15.55 AIC: 21.55