methods {dirttee}R Documentation

Methods for fitted modreg model

Description

Methods for modreg objects returned by the mode regression function.

Usage

## S3 method for class 'modreg'
coefficients(object, ...)

## S3 method for class 'modreg'
coef(object, ...)

## S3 method for class 'modreg'
print(x, ...)

## S3 method for class 'modreg'
summary(object, ...)

Arguments

...

further arguments passed to or from other methods

x, object

A modreg object

Value

coef returns a named numerical vector with coefficients


[Package dirttee version 1.0.2 Index]