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