hi all,
a few days ago i discovered the ZCOMPRESSED format which is a massive help given the file size we're dealing with. however, we often use R and SAS to analyse SPSS files. does anyone know if there is an R package that will allow us to read these .zsav files directly? |
zsav is quite a different format internally. I don't know of any R code that can read it. You could, though, use Statistics to create an Rdata file using its R programmability. I created an extension command, STATS GET R, to create a Statistics dataset from an R workspace, but I haven't done the reverse. On Thu, Aug 10, 2017 at 12:36 AM, allitnils <[hidden email]> wrote: hi all, |
Not an answer to the poster’s question, but note that the 3rd party product StatTransfer 13 supports the R Workspace format and a couple dozen other ones include SPSS file formats. It also has a nice feature that ought to be in SPSS Statistics: Take a fully defined SPSS SAV file and write out SPSS file definition code + ASCII text file. Anthony J. Babinec |
I see from the Stat Transfer website that they claim to read the new compressed format, but they refer to it as gsav rather than zsav. Tony, as for the suggestion that Statistics should be able to write out file definition code, given that APPLY DICTIONARY can copy metadata and CODEBOOK and DISPLAY DATA can display this, and the free i/o modules can operate on sav files, what scenarios are you thinking of where writing out syntax for defining a file would be needed? On Thu, Aug 10, 2017 at 7:16 AM, Anthony Babinec <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |