median:code01
This is an old revision of the document!
a <- c(104, 19, 20, 19, 20, 100, 20, 21, 21, 24) sort(a) print(a)
$$ \text{median} = \frac {(20 + 21)}{2} $$
median(a) mean(a)
median/code01.1773110877.txt.gz · Last modified: by hkimscil
