| get_rq_model.fars | R Documentation |
rq Object from a fars ObjectReturns the rq fit stored inside a fars object at the requested quantile.
## S3 method for class 'fars'
get_rq_model(x, tau, ...)
x |
An object of class |
tau |
Numeric scalar in (0, 1) indicating the desired quantile. |
... |
Additional arguments (ignored). |
A single rq object.
fars_result <- compute_fars(dep_variable = rnorm(100),
factors = matrix(rnorm(100 * 3), ncol = 3))
get_rq_model(fars_result, tau = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.