glm_4.Rd
Model of class glm
glm_4
An object of class glm
(inherits from lm
) of length 30.
#> #> 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