coef.fars: Coefficients for 'fars' Object

View source: R/fars_methods.R

coef.farsR Documentation

Coefficients for fars Object

Description

Returns a matrix of estimated coefficients from all quantile regressions stored in a fars object.

Usage

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

Arguments

object

An object of class fars.

...

Additional arguments (ignored).

Value

A numeric matrix with one column per quantile level and one row per coefficient. Column names correspond to quantile levels (e.g. 0.05, 0.25, ...), and row names to coefficient names.

Examples

fars_result <- compute_fars(dep_variable = rnorm(100), 
                            factors = matrix(rnorm(100 * 3), ncol = 3))
coef(fars_result)


FARS documentation built on Feb. 17, 2026, 5:06 p.m.