About 502,000 results
Open links in new tab
  1. How should I determine what imputation method to use?

    Aug 25, 2021 · What imputation method should I use here and, more generally, how should I determine what imputation method to use for a given data set? I've referenced this answer but I'm not sure what …

  2. How do you choose the imputation technique? - Cross Validated

    Apr 27, 2022 · I read the scikit-learn Imputation of Missing Values and Impute Missing Values Before Building an Estimator tutorials and a blog post on Stop Wasting Useful Information When Imputing …

  3. sample size - How much missing data is too much? part 2: statistical ...

    Aug 27, 2024 · If imputation is what you care about, then what matters is not only the proportion of missing data, the amount of missing information, and the randomness-of-missingness (MCAR vs …

  4. How much missing data is too much? Multiple Imputation (MICE) & R

    Apr 30, 2015 · If the imputation method is poor (i.e., it predicts missing values in a biased manner), then it doesn't matter if only 5% or 10% of your data are missing - it will still yield biased results (though, …

  5. How to decide whether missing values are MAR, MCAR, or MNAR

    Apr 24, 2020 · Here you can use the simplest imputation methods or if feasible remove the data but you can never prove data is MCAR. Rather you have to show it is unlikely it is MAR or MNAR. Is not what …

  6. Pooling p-values from hypothesis tests after multiple imputation

    The project required me to do multiple imputation, which I did with the mice r package. I now have a mids object containing my 10 imputed datasets (1,200 rows, 123 variables). I'm working on a table 1 …

  7. Is it appropriate to use *missForest* for imputing missing data and ...

    May 16, 2025 · Some of these variables present missing values, and I'm exploring the use of the missForest R package for imputation. I understand that missForest is a nonparametric method that …

  8. missing data - Test set imputation - Cross Validated

    Apr 4, 2025 · As far as the second point - people developing predictive models rarely think how missing data occurs in application. You need to have methods for missing values to render useful predictions …

  9. What is the difference between Imputation and Prediction?

    Jul 8, 2019 · Typically imputation will relate to filling in attributes (predictors, features) rather than responses, while prediction is generally only about the response (Y). Even if imputation is being used …

  10. multiple imputation - Rubin's Rule of pooled confidence interval ...

    Dec 22, 2021 · Rubin's Rule for multiple imputation states that you are to construct a single interval after pooling into a single set of estimates and standard errors: $$ \bar {\theta} \pm t_ {df,1-\frac {\alpha} {2...