Model of class glm

glm_3

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 wt:cyl #> 1.2061 7.1250 -1.8685 -0.6446 #> #> Degrees of Freedom: 31 Total (i.e. Null); 28 Residual #> Null Deviance: 43.86 #> Residual Deviance: 13.61 AIC: 21.61