search for: dataspss

Displaying 1 result from an estimated 1 matches for "dataspss".

Did you mean: datasets
2010 Oct 18
2
read.spss warning message (Unrecognized record type 7, subtype 18 encountered in system file)
...warning are displayed below.   Spent some time looking for previous questions about this warning. Found a lot of questions posted but wasn't able to figure out what the problem is.   Is there anyone out there who can explain what's going wrong and how I can fix it?   Thanks,   Paul     > dataSPSS<-read.spss("N:/Mark.sav",to.data.frame = TRUE) Warning message: In read.spss("N:/Mark.sav", to.data.frame = TRUE) :   N:/Mark.sav: Unrecognized record type 7, subtype 18 encountered in system file > View(dataSPSS) > write.csv(dataSPSS,"N:/Mark.csv") >    ...