powered by
rq
fars
Returns the rq fit stored inside a fars object at the requested quantile.
# S3 method for fars get_rq_model(x, tau, ...)
A single rq object.
An object of class mldfm_subsample.
mldfm_subsample
Numeric scalar in (0, 1) indicating the desired quantile.
Additional arguments (ignored).
fars_result <- compute_fars(dep_variable = rnorm(100), factors = matrix(rnorm(100 * 3), ncol = 3)) get_rq_model(fars_result, tau = 0.05)
Run the code above in your browser using DataLab