coef.rqt: Extract Coefficients

Description Usage Arguments Value Author(s) See Also

Description

coef extracts model coefficients from rqt objects.

Usage

1
2
3
4
## S3 method for class 'rqt'
coef(object, all = FALSE, ...)
## S3 method for class '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.

Author(s)

Marco Geraci

See Also

tsrq


Qtools documentation built on May 2, 2019, 6:09 p.m.