> library(foreign)
> mydata=read.spss("hn17_24RC.sav")
로 했는데...
1: In read.spss("hn17_24RC.sav") :
hn17_24RC.sav: Compression bias (0) is not the usual value of 100
2: In read.spss("hn17_24RC.sav") :
hn17_24RC.sav: Very long string record(s) found (record type 7, subtype 14), each will be imported in consecutive separate variables
이렇게 메세지가 뜨는데 혹시 파일이 커서 안되는건가요?
큰 파일은 읽어오기가 안되나요?ㅜㅜ
혹시 안된다면... sav를 csv 파일로 어떻게 변환 할 수 있을까요? spss 프로그램이 없어서 읽을 수가 없네요 ㅠㅠ
첫댓글 데이터를 직접 확인할 수 없어 어떤 문제인지 정확히 알기는 어려운데 아마 파일의 어떤 문자 값이 너무 큰 게 있어서 못읽어들이는 것 같습니다.