Ask Your Question
3

What is the procedure for replacing missing data by the average of a particular category?

asked 2021-06-26 11:00:00 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-10-03 01:00:00 +0000

djk gravatar image

The procedure for replacing missing data by the average of a particular category typically involves the following steps:

  1. Identify the category to which the missing data belongs.
  2. Calculate the average (or mean) of the available data within that category.
  3. Replace the missing data with the calculated average.

For example, let's say we have a dataset that includes age and income information for a group of people, but some of the income values are missing. We want to fill in these missing values by the average income of people within the same age group. We would follow these steps:

  1. Identify the age group to which the missing data belongs.
  2. Calculate the average income for people within that age group.
  3. Replace the missing income value with the calculated average.

Note that this procedure assumes that the missing data is missing at random (MAR), and that the available data within each category is representative of the entire category.

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-06-26 11:00:00 +0000

Seen: 13 times

Last updated: Oct 03 '22