Re: [rkward-devel] rkward import module for Stata

2009-09-26 Thread Michael Ash
> 2) I believe Stata also has support for variable labels? If so, then it would > be nice to convert those labels to the RKWard format as is done in the > import_spss plugin. (Be sure to include one or two variable labels in the > sample file). > > Labeled values of factors are set automatically by

[rkward-devel] import Stata file via url

2009-09-26 Thread Michael Ash
On Friday 25 September 2009, Michael Ash wrote: > However, the "File name" box in import_stata will not accept URL's. I > do not know very much about KDE or xml, but I suspect that the > following line in import_stata.xml (borrowed from import_spss.xml) > specifies that only files, not URL's, can

[rkward-devel] Fwd: rkward import module for Stata

2009-09-26 Thread Michael Ash
I have detached the data files, which were too large. > I have used the import_spss template to write an import_stata module. > I changed the various options and flags from the read.spss() command > to the read.dta() options. So far it is working for me, although it > is possible that the code co