Ask Your Question
3

What is the method for obtaining the median of certain columns?

asked 2021-11-28 11:00:00 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-08-28 00:00:00 +0000

ladyg gravatar image

The method for obtaining the median of certain columns in a dataset is:

  1. Identify the columns for which you want to find the median.
  2. Sort the values in each of these columns in ascending or descending order.
  3. If there are an odd number of values, the median is the middle value in the sorted list.
  4. If there are an even number of values, the median is the average of the two middle values in the sorted list.
  5. Repeat the process for each column.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-11-28 11:00:00 +0000

Seen: 18 times

Last updated: Aug 28 '21