When is it appropriate to use the median and how is it calculated?
Used when dealing with ordinal data.
Odd data: divide the number of scores by 2 and round up to get the position of the median number.
Even data: divide the number of scores by 2. Go to the number in that position and average it with the number in
the next higher position to get the median.