powered by
A quantile regression implementation for the "qreg" class. It uses rq
rq
# S3 method for qreg chmod(object, ...)
a list of Y - outcome variable and X - design matrix of class "qreg"
additional parameters to be passed to rq, for example tau
tau
fitted model object
# NOT RUN { chmod(c_chmod(Y=women$height,X=women$weight,modclass="qreg"),tau=0.45) # }
Run the code above in your browser using DataLab