Learn R Programming

LearningRlab (version 2.4)

explain.absolute_acum_frecuency: Absolute Accumulated Frecuency Calculus Explained

Description

Step by step demonstration of the absolute accumulated frecuency calculus

Usage

explain.absolute_acum_frecuency(v,x)

Value

A demonstration of the calculus process

Arguments

v

Should be a vector

x

Should be a number

Author

Dennis Monheimius, dennis.monhemimius@edu.uah.es
Eduardo Benito, eduardo.benito@edu.uah.es
Juan Jose Cuadrado, jjcg@uah.es
Universidad de Alcala de Henares

Details

To calculate the absolute accumulated frecuency, the user should give a vector and a number. We can saw the absolute accumulated frecuency formule in the frecuency_acum_absolute help document.

Examples

Run this code
{
    #data creation
    data <- c(1,2,2,5,10,4,2)
    value = 2
    #function execution
    explain.absolute_acum_frecuency(data, value)
}
    

Run the code above in your browser using DataLab