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