med.iqr: Median (IQR)

Description Usage Arguments Examples

Description

This function returns the median (IQR)

Usage

1
med.iqr(my_data, sig)

Arguments

my_data

the data for which you want the median (IQR)

sig

the significant digits in the IQR

Examples

1
2
data(mtcars) # load the cars dataset
med.iqr(mtcars$mpg, sig=2)

ekhco/statar documentation built on May 24, 2019, 4:02 a.m.