powered by
fars
Computes AIC values for each quantile regression stored in a fars object.
# S3 method for fars AIC(object, ..., k = 2)
A named numeric vector of AIC values, one per quantile level.
An object of class fars.
Additional arguments passed to the underlying AIC() method.
AIC()
Numeric. Penalty per parameter (default 2), as in stats::AIC().
stats::AIC()
fars_result <- compute_fars(dep_variable = rnorm(100), factors = matrix(rnorm(100 * 3), ncol = 3)) AIC(fars_result)
Run the code above in your browser using DataLab