Learn R Programming

nixtlar (version 0.6.1)

.level_from_quantiles: Obtain level from quantiles This is a private function of 'nixtlar'

Description

Obtain level from quantiles This is a private function of 'nixtlar'

Usage

.level_from_quantiles(quantiles)

Value

A list containing the level vector and a data frame with the quantiles and their corresponding levels.

Arguments

quantiles

A vector with the quantiles.

Examples

Run this code
.level_from_quantiles(c(0.1, 0.5, 0.9))

Run the code above in your browser using DataLab