Learn R Programming

cluscov (version 1.1.0)

chmod.qreg: Regression - qreg class

Description

A quantile regression implementation for the "qreg" class. It uses rq

Usage

# S3 method for qreg
chmod(object, ...)

Arguments

object

a list of Y - outcome variable and X - design matrix of class "qreg"

...

additional parameters to be passed to rq, for example tau

Value

fitted model object

Examples

Run this code
# 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