Missing data: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 27: Line 27:


==Handling missing data==
==Handling missing data==
=== Complete case analysis (CCA)===
* Analyzing '''only the patients who completed the study'''
* Doesn’t involve data manipulation
* The results may be biased as the dropout rate increase the risk of imbalanced groups
* Decrease of study power, which increase the likelihood type II error.
=== Last Observation Carried Forward (LOCF)===
* The only imputation method accepted for US-FDA
* It is very simple.
* This method includes all subjects (ITT analysis)
* Mimics real life scenarios (as many patients in real clinical practice are not compliant to the treatment)
* Impute the missing data with the value '''of the last observation with available data'''
* Can lead to biased estimates (as it is based on the assumption that the patients after dropping out would either not improve or continue to get better), which can also decrease the power of a study.
=== Mean Substitution===
* Impute the missing data '''using the mean of the non-missing values.'''
* A very liberal approach as it greatly decreases the standard deviation, decreases the noise and amplifies the noise, what increases the probability of type I error.
=== Regression Substitution===
* Build a regression model with '''baseline characteristics as predictors''' of the outcome using the available data. Then use the model to predict the outcome for patients with missing values.
* Requires a special statistics software,
* Has the potential to reduce bias by using all date to estimate the response for missing subject
=== Increase random variability===
* Use statistical software to '''generate a set of random values for the outcome''' and then replace missing data by randomly selecting values from this set.
* - Requires familiarity with statistics and involves specific software.
=== Baseline Carried Forward===
* Assume that all participants with missing data '''resume their baseline status.'''
* Replace missing data with the baseline data from each patient.
* It might underestimate the effects of treatment (type II error)
=== Worst Case Scenario===
* Replace the missing data with the '''worse possible outcome.'''
* If the results are positive, they can be trusted. However, it cannot be used in studies in which a high number of dropouts were observed.
=== Multiple Imputations===
* Each missing value will be '''replaced by a simulated value '''(done several times 3-10 times)
* Incorporate missing data uncertainty
* Has a standard deviation and standard error closer to the one obtained with a complete sample?
=== Multiple likelihood===
* '''Use the available values in order to find parameter estimate''', which would be the best fit to the already
* observed data.
* Doesn’t impute missing data but use the known characteristic of the individual to better estimate the unknown parameters of the incomplete variable
* Need to find the most appropriate variable to use

Revision as of 16:14, 31 May 2013

Template:Missing data Editor-In-Chief: C. Michael Gibson, M.S., M.D. [1] Gonzalo Romero, M.D.[2]

Overview

In statistics missing data refers to the absence of registered data for a given variable. Missing data is frequent in clinical research. It is an important source of bias, reducing the consistency (precision or reproducibility) of the study. It can have an important effect on the conclusion of the study potentially leading to invalid results drawn from the data.

Classification of missing data

Missing data can be classified depending on the relationship with the independent or dependent(outcome) variables in 3 categories:

  1. Missing completely at random (MCAR)
  2. Missing at random (MAR)
  3. Missing not at random (MNAR)

Missing completely at random (MCAR)

It is independent of observed and non-observed data, therefore not related to the independent variables or the outcome.

Missing at random (MAR)

It is not related to the outcome but is related to the independent variables (for example age, race, gender). It is important to clarify that so it does not correspond to the general notion of 'random'; the probability of a value being missing generally depends on the observed values (independent variables) not on the missing values. May influence if the independent variable is related to the outcome.

Example: Old patients dropping out from an intervention due to physical condition (walking to the center for follow up), which does not relate to the outcome.

Missing not at random (MNAR)

It is is related to the outcome. It is considered the worst type of missing data because the dropouts are is related to the therapy or intervention under investigation. There is a pattern of missing data which is related to unobserved data making impossible to use other values from the dataset to predict the missing values.

Handling missing data

Complete case analysis (CCA)

  • Analyzing only the patients who completed the study
  • Doesn’t involve data manipulation
  • The results may be biased as the dropout rate increase the risk of imbalanced groups
  • Decrease of study power, which increase the likelihood type II error.

Last Observation Carried Forward (LOCF)

  • The only imputation method accepted for US-FDA
  • It is very simple.
  • This method includes all subjects (ITT analysis)
  • Mimics real life scenarios (as many patients in real clinical practice are not compliant to the treatment)
  • Impute the missing data with the value of the last observation with available data
  • Can lead to biased estimates (as it is based on the assumption that the patients after dropping out would either not improve or continue to get better), which can also decrease the power of a study.

Mean Substitution

  • Impute the missing data using the mean of the non-missing values.
  • A very liberal approach as it greatly decreases the standard deviation, decreases the noise and amplifies the noise, what increases the probability of type I error.

Regression Substitution

  • Build a regression model with baseline characteristics as predictors of the outcome using the available data. Then use the model to predict the outcome for patients with missing values.
  • Requires a special statistics software,
  • Has the potential to reduce bias by using all date to estimate the response for missing subject

Increase random variability

  • Use statistical software to generate a set of random values for the outcome and then replace missing data by randomly selecting values from this set.
  • - Requires familiarity with statistics and involves specific software.

Baseline Carried Forward

  • Assume that all participants with missing data resume their baseline status.
  • Replace missing data with the baseline data from each patient.
  • It might underestimate the effects of treatment (type II error)

Worst Case Scenario

  • Replace the missing data with the worse possible outcome.
  • If the results are positive, they can be trusted. However, it cannot be used in studies in which a high number of dropouts were observed.

Multiple Imputations

  • Each missing value will be replaced by a simulated value (done several times 3-10 times)
  • Incorporate missing data uncertainty
  • Has a standard deviation and standard error closer to the one obtained with a complete sample?

Multiple likelihood

  • Use the available values in order to find parameter estimate, which would be the best fit to the already
  • observed data.
  • Doesn’t impute missing data but use the known characteristic of the individual to better estimate the unknown parameters of the incomplete variable
  • Need to find the most appropriate variable to use