| AIC.fars | R Documentation |
fars ObjectComputes AIC values for each quantile regression stored in a
fars object.
## S3 method for class 'fars'
AIC(object, ..., k = 2)
object |
An object of class |
... |
Additional arguments passed to the underlying |
k |
Numeric. Penalty per parameter (default 2), as in |
A named numeric vector of AIC values, one per quantile level.
fars_result <- compute_fars(dep_variable = rnorm(100),
factors = matrix(rnorm(100 * 3), ncol = 3))
AIC(fars_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.