Learn R Programming

diagL1 (version 1.0.0)

class_to_regL1: 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)

Value

Object with class "regL1".

Arguments

object

Object from "rq" class.

See Also

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