Model of class glm

glm_4

Format

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

Examples

glm( formula = vs ~ wt + cyl, family = binomial(link = "probit"), data = mtcars)
#> #> Call: glm(formula = vs ~ wt + cyl, family = binomial(link = "probit"), #> data = mtcars) #> #> Coefficients: #> (Intercept) wt cyl #> 5.4029 0.9932 -1.4655 #> #> Degrees of Freedom: 31 Total (i.e. Null); 29 Residual #> Null Deviance: 43.86 #> Residual Deviance: 15.86 AIC: 21.86