Learn R Programming

FARS (version 0.8.0)

get_quantile_levels.fars: Extract Quantile Levels from a fars Object

Description

Returns the quantile levels from an object of class fars.

Usage

# S3 method for fars
get_quantile_levels(x, ...)

Value

A vector of quantile levels stored within the fars object.

Arguments

x

An object of class fars, typically the result of a computation such as compute_fars.

...

Additional arguments (ignored).

Examples

Run this code
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