Model of class glm

glm_0

Format

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

Examples

glm(formula = vs ~ 1, family = "binomial", data = mtcars)
#> #> Call: glm(formula = vs ~ 1, family = "binomial", data = mtcars) #> #> Coefficients: #> (Intercept) #> -0.2513 #> #> Degrees of Freedom: 31 Total (i.e. Null); 31 Residual #> Null Deviance: 43.86 #> Residual Deviance: 43.86 AIC: 45.86