powered by
fars
Returns the quantile levels from an object of class fars.
# S3 method for fars get_quantile_levels(x, ...)
A vector of quantile levels stored within the fars object.
An object of class fars, typically the result of a computation such as compute_fars.
compute_fars
Additional arguments (ignored).
fars_result <- compute_fars(dep_variable = rnorm(100), factors = matrix(rnorm(100 * 3), ncol = 3)) get_quantile_levels(fars_result)
Run the code above in your browser using DataLab