Model of class glm

glm_1

Format

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

Examples

glm(formula = vs ~ wt, family = "binomial", data = mtcars)
#> #> Call: glm(formula = vs ~ wt, family = "binomial", data = mtcars) #> #> Coefficients: #> (Intercept) wt #> 5.715 -1.911 #> #> Degrees of Freedom: 31 Total (i.e. Null); 30 Residual #> Null Deviance: 43.86 #> Residual Deviance: 31.37 AIC: 35.37