Missing

Missing data rule of thumb

Missing data rule of thumb

As a rule of thumb, if less than 5% of the observations are missing, the missing data can simply be deleted without any significant ramifications (3).

  1. What percentage of missing data is acceptable?
  2. How much missing data is acceptable for single imputation?
  3. How do you deal with 50% missing data?

What percentage of missing data is acceptable?

How much data is missing? The overall percentage of data that is missing is important. Generally, if less than 5% of values are missing then it is acceptable to ignore them (REF).

How much missing data is acceptable for single imputation?

Scheffer (2002) suggests complete cases can be used if no more than 6% of the data is missing, single imputation if no more than 10% of the data is missing and more complex procedures such as multiple imputation if between 10% and 25% of the data is missing.

How do you deal with 50% missing data?

Run predictive models that impute the missing data. This should be done in conjunction with some kind of cross-validation scheme in order to avoid leakage. This can be very effective and can help with the final model. Use the number of missing values in a given row to create a new engineered feature.

Checklist and radio button alternative
What can I use instead of radio button?What can I use instead of radio button UI?What are alternatives to checkboxes?Where would you use radio button...
Which guideline includes Accessibility when using Nielsen's Heuristics?
What are the characteristics of Nielsen's heuristic?Is accessibility a heuristic?How many heuristic principles was stated by Nielsen? What are the c...
Should a CRUD table mix user tasks?
How are CRUD tasks typically performed?What are the 4 CRUD components?What is used to perform CRUD on a table?Why CRUD is important in database manag...