Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: multiple imputation (-mi-) for multiple ordinal categories


From   Mandy fu <[email protected]>
To   [email protected]
Subject   st: multiple imputation (-mi-) for multiple ordinal categories
Date   Thu, 4 Mar 2010 10:45:07 -0500

Hello everyone,

I was wondering if anyone could help me with a question about using
-mi- to do multiple imputation for multiple ordinal items for a scale.

I have read the previous discussion about this issue from the
following link(http://www.stata.com/statalist/archive/2009-07/msg01146.html)

I have 20 items taking the values {1,2,3,4,5} and I would like to
impute the items first and then compute the scale score by calculating
the average of the items after MI.

****My first question:
Can I impute items one by one using --mi impute ologit-- ?
-----------
forv i=1/20 {
mi impute ologit item`i' : x1-x10, add(5)
}
-----------

***Second question:
Alternatively, is it OK to use --mi impute mvn item1-10 x1-x10--? I
know --mvn--should be used when the items are continuous normal
distributed variables. But, if  using it for the ordinal variables, is
 it still OK or is it wrong?

Thanks for your help!

Sincerely,
Mandy
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index