methods: Coefficients from fitted modreg model

methodsR Documentation

Coefficients from 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

x, object

A modreg object

...

further arguments passed to or from other methods

Value

coef returns a named numerical vector with coefficients


dirttee documentation built on Sept. 14, 2022, 5:06 p.m.