Short update:
When I open the SPSS-file, I created with RStudio and save it again as "SPSS Statistics Local Coding (*.sav)", I can open it with Jamovi.
But I still wonder if there is a way to export the dataframe in RStudio without having to use SPSS in order to open it in Jamovi.
Thanks!
Search found 2 matches
- Thu Dec 03, 2020 5:33 pm
- Forum: Help
- Topic: unable to import data
- Replies: 4
- Views: 9813
- Thu Dec 03, 2020 3:24 pm
- Forum: Help
- Topic: unable to import data
- Replies: 4
- Views: 9813
unable to import data
Hi there! as part of a larger project, I used Rstudio to prepare data files and merged them. I then exported the new dataframe, using the following functions: #### export of finaler Datensatz to csv #### write.table(dat, file="dat_HH1_Skalen.csv", sep= ";", dec = ",", c...