Home
  • About
  • Projects
  • Blog
  • Talks
  • Resources

Missing Data & Application of M.I.C.E.

Missing data is a common challenge in data analysis, affecting everything from accuracy to interpretability. This presentation explores how missing data arises, why it matters, and practical strategies to handle it effectively.
Author

Brian Cervantes Alvarez

Published

December 3, 2024

Yapper Labs | AI Summary Model Logo Model: ChatGPT 4.5

I explored the impact of missing data patterns (MCAR, MAR, MNAR) on regression analysis using Multiple Imputation by Chained Equations (MICE), a method that leverages relationships among variables to fill gaps. My analysis showed MICE effectively preserved data integrity and provided unbiased parameter estimates, even when missingness reached 70%. Evaluation metrics like Percent Bias, Coverage Rate, and RMSE confirmed MICE’s statistical validity, highlighting its advantage over simpler imputation techniques.

This website uses Google Analytics to improve its functionality.
Source Code
---
title: "Missing Data & Application of M.I.C.E."
author: "Brian Cervantes Alvarez"
date: '12-03-2024'
date-modifed: today
image: /assets/images/missing.png
description: "Missing data is a common challenge in data analysis, affecting everything from accuracy to interpretability. This presentation explores how missing data arises, why it matters, and practical strategies to handle it effectively."
format:
  html:
    code-tools: true
    html-math-method: katex
    page-layout: full
execute: 
  warning: false
  message: false
ai-summary:
  banner-title: "Yapper Labs | AI Summary"
  model-title: "Model: ChatGPT 4.5"
  model-img: "/assets/images/OpenAI-white-monoblossom.svg"
  summary: "I explored the impact of missing data patterns (MCAR, MAR, MNAR) on regression analysis using Multiple Imputation by Chained Equations (MICE), a method that leverages relationships among variables to fill gaps. My analysis showed MICE effectively preserved data integrity and provided unbiased parameter estimates, even when missingness reached 70%. Evaluation metrics like Percent Bias, Coverage Rate, and RMSE confirmed MICE's statistical validity, highlighting its advantage over simpler imputation techniques."
---

:::{.column-page}

```{=html}
<div style="
  position: relative;
  width: 100%;
  height: 70vh;        /* 70% of the viewport height */
  min-height: 10vh;   /* fallback on very short screens */
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
              rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
              rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  margin: 1rem 0;
">
  <iframe 
    src="https://bcervantesalvarez.github.io/Presentations/MissingData/"
    title="Missing Data"
    style="
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    ">
  </iframe>
</div>
```
:::
  • Made with Quarto®

  • Built with ChatGPT®

  • Hosted with Cloudflare®

 
  • Privacy Policy

  • License