Learn R Programming

Qtools (version 1.5.8)

coef.qrr: Extract Coefficients

Description

coef extracts model coefficients from qrr objects.

Usage

# S3 method for qrr
coef(object, ...)
# S3 method for qrr
coefficients(object, ...)

Value

a vector of estimated coefficients.

Arguments

object

an object of class qrr.

...

not used.

Author

Marco Geraci

See Also

qrr