powered by
A probit regression implementation for the "probit" class. It uses glm with the binomial link set to "probit"
glm
# S3 method for probit chmod(object, ...)
a list of Y - outcome variable and X - design matrix of class "probit"
additional parameters to be passed to glm
fitted model object
# NOT RUN { chmod(c_chmod(Y=women$height<=50,X=women$weight,modclass="probit")) # }
Run the code above in your browser using DataLab