powered by
fars
Returns a matrix of fitted values from all quantile regressions stored in a fars object.
# S3 method for fars fitted(object, ...)
A numeric matrix with one column per quantile level and as many rows as observations used in the fit.
An object of class fars.
Additional arguments (ignored).
fars_result <- compute_fars(dep_variable = rnorm(100), factors = matrix(rnorm(100 * 3), ncol = 3)) fitted(fars_result)
Run the code above in your browser using DataLab