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

View source: R/regL1.R

class_to_rqR Documentation

Change object class from "regL1" to "rq"

Description

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

Usage

class_to_rq(object)

Arguments

object

Object from "regL1" class.

Value

Object with class "rq".

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.

Related to class_to_rq in diagL1...