Skip to content

R-help question

2 messages · Louise Cowpertwait, R. Michael Weylandt

1 day later
#
On Sun, Aug 12, 2012 at 10:58 PM, Louise Cowpertwait
<louisecowpertwait at gmail.com> wrote:
Indeed!
Something like a classic chi-sq test or small sample analogue? Seems
somewhat reasonable, though you'll have to worry about making sure you
don't get tripped up by doing too many tests. See ?p.adjust.methods
for some references.
I'm not sure there is a "statistical" answer to that: it's going to
depend much more on the nature of your data set. Let your "meta"
knowledge of the source of missingness guide things here.
You might want to check the rms package and the accompanying book
(Regression Modeling Strategies) by Frank Harrell. It has the best
coverage of MAR/MCAR/Imputation/etc that I've read on a "practical"
basis.

Cheers,
Michael