chmod.logit {cluscov} | R Documentation |
Regression - logit class
Description
A logit regression implementation for the "logit" class. It uses glm
with the binomial link function set to "logit"
Usage
## S3 method for class 'logit'
chmod(object, ...)
Arguments
object |
a list of Y - outcome variable and X - design matrix of class "logit" |
... |
additional parameters to be passed to |
Value
fitted model object
Examples
chmod(c_chmod(Y=women$height<=50,X=women$weight,modclass="logit"))
[Package cluscov version 1.1.0 Index]