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: Amelia object as data.frame


From   Laura Maria Schwirz <[email protected]>
To   [email protected]
Subject   st: Amelia object as data.frame
Date   Tue, 26 Feb 2013 11:44:26 +0000

Hi Stata Users

I have run multiple imputations using R's Amelia package and would
like to use the imputed dataset to analyse Mokken Scale Analysis.
But mokken requires the object to be a data frame. I tried
as.data.frame(x) and as.matrix(x) but it says that it cannot coerce
class amelia into a data frame or matrix.

australia93=as.data.frame(australia93)
Error in as.data.frame.default(australia93) :
  cannot coerce class '"amelia"' into a data.frame

coefH(australia93)
Error in check.data(X) : Data are not matrix or data.frame

Any help would be much appreciated.

Thanks,
Laura
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


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