Learn R Programming

LearningRlab (version 2.2)

explain.quartile: Quartiles Calculus Explained

Description

Step by step demonstration of the quartiles calculus

Usage

explain.quartile(x)

Arguments

x

Should be a vector

Value

A demonstration of the calculus process

Details

To calculate the quartiles, the user should give a vector. We can saw the quartile formule in the quartile_ help document.

Examples

Run this code
# NOT RUN {
{
    #data creation
    data <- c(1,2,2,5,10,4,2)
    
    explain.quartile(data)
}
    
# }

Run the code above in your browser using DataLab