median {base} | R Documentation |
Median Value
Description
median
computes the sample median of the vector of values given as its argument.
If na.rm
is TRUE
then NA
values are deleted
before computation proceeds.
Usage
median(x, na.rm=FALSE)
median {base} | R Documentation |
median
computes the sample median of the vector of values given as its argument.
If na.rm
is TRUE
then NA
values are deleted
before computation proceeds.
median(x, na.rm=FALSE)