class_to_rq {diagL1} | R Documentation |
Change object class from "regL1" to "rq"
Description
Changing the object's class from "regL1" to "rq" allows you to use functions from the 'quantreg' package normally.
Usage
class_to_rq(object)
Arguments
object |
Object from "regL1" class. |
Value
Object with class "rq".
See Also
regL1
for fitting linear L1 models.
rq
for fitting linear L1 models.
[Package diagL1 version 1.0.0 Index]