powered by
Step by step demonstration of the absolute frecuency calculus
explain.absolute_frecuency(v,x)
A demonstration of the calculus process
Should be a vector
Should be a number
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
To calculate the absolute frecuency, the user should give a vector and a number. We can saw the absolute frecuency formule in the frecuency_abs help document.
{ #data creation data <- c(1,2,2,5,10,4,2) value = 2 #function execution explain.absolute_frecuency(data, value) }
Run the code above in your browser using DataLab