coef.LR {LorenzRegression}R Documentation

Estimated coefficients for the Lorenz regression

Description

Provides the estimated coefficients for an object of class "LR".

Usage

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

Arguments

object

An object of S3 class "LR".

...

Additional arguments.

Value

a vector gathering the estimated coefficients

See Also

Lorenz.Reg

Examples

## For examples see example(Lorenz.Reg)


[Package LorenzRegression version 2.2.0 Index]