class_to_regL1 {diagL1}R Documentation

Change object class from "rq" to "regL1"

Description

Changing the object's class from "rq" to "regL1" allows you to use functions from the 'diagL1' package normally.

Usage

class_to_regL1(object)

Arguments

object

Object from "rq" class.

Value

Object with class "regL1".

See Also

regL1 for fitting linear L1 models. rq for fitting linear L1 models.


[Package diagL1 version 1.0.0 Index]