Question on data imputation for well data #370
ivan-marroquin
started this conversation in
Missing data methodology
Replies: 2 comments
-
Ivan, Question 1: This is not the appropriate place to pose methodological questions. Rather direct to stack overflow. Hope this helps, Stef. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @stefvanbuuren , thanks so much for the quick response. Ivan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for making such great tool available to us!
I am new into this type of analysis and I would like to know if mice can be applied to my data. I work with logging data (continuous and discrete). The missing information can be caused by geologic conditions, drilling operations, and/or logging costs. Since these conditions are external to actual data measurements, I believe the missing data follow a MCAR mechanism.
However, the number of data points from one well to the next may vary, and this causes vectors of unequal length. In the sketch (see zip file), I show this issue. As you can see from the sketch, the missing data is towards the tail of the recorded data. Given such characteristic, is still possible to apply mice to replace missing values?
A second question is about null values are not replaced by imputed values. To show this, I ran a little test (see input data in zip file):
The print out of impData$imp shows that for 'Well_G' the null values were not replaced. Is this result due to the amount of discrete data versus the number of null entries? If null entries is above a certain threshold, then the null values are not replaced. Am I correct?
Many thanks for your help,
Ivan
Missing_data_distribution.zip
Beta Was this translation helpful? Give feedback.
All reactions