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