chmod.probit.Rd
A probit regression implementation for the "probit" class. It uses glm
with the binomial link set to "probit"
# S3 method for probit chmod(object, ...)
object | a list of Y - outcome variable and X - design matrix of class "probit" |
---|---|
... | additional parameters to be passed to |
fitted model object
#> #> Call: stats::glm(formula = object$Y ~ ., family = fam, data = dat) #> #> Coefficients: #> (Intercept) object.X #> -6.702e+00 3.219e-17 #> #> Degrees of Freedom: 14 Total (i.e. Null); 13 Residual #> Null Deviance: 0 #> Residual Deviance: 3.083e-10 AIC: 4