class_to_regL1: Change object class from "rq" to "regL1"

View source: R/regL1.R

class_to_regL1R 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.


diagL1 documentation built on May 29, 2024, 10:56 a.m.