tom-hc-park / STAT550-450-for-Seniorworkers-from-Korea

0 stars 0 forks source link

csv file for sav file. #3

Closed tom-hc-park closed 6 years ago

tom-hc-park commented 6 years ago

@hyunokryu Hi hyunok,

Could you upload csv file version of Data-NFEHRS_revised.sav? I don't have SPSS in my computer so cannot open the file :(

Thanks!

Lindaaaaaa commented 6 years ago

R supports reading from sav file. You could just view the data in R with the following command data<- read_sav("path to the file") View(data)

tom-hc-park commented 6 years ago

Oh awesome, thanks! :)