I haven't been successful in converting my colleagues to the world of R yet they wish to share collected data so that they may analyze it in SPSS.
I know how to write to an SPSS file and it opens fine, but my problem is that it only includes the existing data - none of the variables I created within R. The procedure followed thus far: 1. Collect Data via online system 2. Online system provides .csv of collected data 3. Read .csv into R 4. Analyze data/create variables associated with analyses within R Now I want to know if there is a way to export the variables I've created within R into an SPSS-usable file. Thanks for your help! -Daniel [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.