chmod.qreg {cluscov}R Documentation

Regression - qreg class

Description

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

Usage

## S3 method for class '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

chmod(c_chmod(Y=women$height,X=women$weight,modclass="qreg"),tau=0.45)

[Package cluscov version 1.1.0 Index]