I have a dataset that I am trying to understand why one specific variable (Var1) has blank values. I have two questions, and I use R (and am a novice coder):
Var1 is 60% complete (field in entered with alphnumeric values, but 40% of entries are just blank). How do I write a code to understand which of the other variables of my dataset (Var2, Var3, Var4,...) are most associated with a blank field entry?
One variable I am interested in is the store (lets call this variable Store), can I run a code to see if the majority of blank entries of Var1 are due to only a few Stores? This is what I am suspicious of, a few Stores just aren't recording Var1.
Thanks so much for your help.