chmod.lm {cluscov} | R Documentation |
A linear regression implementation for the "lm" class. It uses lm
## S3 method for class 'lm' chmod(object, ...)
object |
a list of Y - outcome variable and X - design matrix of class "lm" |
... |
additional parameters to be passed to |
fitted model object
chmod(c_chmod(Y=women$height,X=women$weight,modclass="lm"))