Thursday, 11 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

Convert SPSS (.sav) to Text (.csv)

Convert SPSS (.sav) to Text (.csv)У вашего броузера проблема в совместимости с HTML5
Short video on how to convert SPSS data files to CSV using R library(foreign) mydata = read.spss("C:\\Find\\Your\\File\\File.sav",to.data.frame=TRUE) write.table(mydata,"mydataFormR.txt") getwd()
Мой аккаунт