class_to_rq {diagL1} | R Documentation |
Changing the object's class from "regL1" to "rq" allows you to use functions from the 'quantreg' package normally.
class_to_rq(object)
object |
Object from "regL1" class. |
Object with class "rq".
regL1
for fitting linear L1 models.
rq
for fitting linear L1 models.