User Tools

Site Tools


median:out02

This is an old revision of the document!


> a <- c(1004, 19, 20, 19, 20, 100, 20, 21, 21, 24)
> sort(a)
 [1]   19   19   20   20   20   21   21   24  100 1004
> print(a)
 [1] 1004   19   20   19   20  100   20   21   21   24
> median(a)
[1] 20.5
> mean(a)
[1] 126.8
> 
median/out02.1773111617.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki