chmod.probit {cluscov} | R Documentation |
A probit regression implementation for the "probit" class. It uses glm
with the binomial link set to "probit"
## S3 method for class '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
chmod(c_chmod(Y=women$height<=50,X=women$weight,modclass="probit"))