Learn R Programming

Qtools (version 1.5.1)

coef.rqt: Extract Coefficients

Description

coef extracts model coefficients from rqt objects.

Usage

# S3 method for rqt
coef(object, all = FALSE, ...)
# S3 method for rqt
coefficients(object, all = FALSE, ...)

Arguments

object

an rqt object.

all

logical flag. If FALSE (default), only the regression coefficients are returned. If TRUE, the transformation parameter(s) too is returned.

not used.

Value

a vector for single quantiles or a matrix for multiple quantiles.

See Also

tsrq