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