--- Begin Message ---
Hi,
I never tried to read SPSS data, but to read a csv extracted from excel
for instance, you can do something like
read.csv(example, na.strings='#N/A')
if that is the case, then your NAs will be identified and properly read
while loading data.
HTH. Cheers,
Filipe Botelho
-----Mensagem original-----
De: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
Em nome de Smart Guy
Enviada em: quarta-feira, 15 de junho de 2011 11:37
Para: r-help@r-project.org
Assunto: [R] Problem in reading Missing and Measure values,using
read.spss().
Hello All,
I am using read.spss() to read a SPSS dataset into R data.frame.
However I am not able to read user defined MISSING values when it
defined as range in SPSS variable view. I am also not able to read the
value from the MEASURE column in the SPSS variable view to determine
whether a SPSS column is nominal or ordinal. Can anyone point me to
the right direction to read these values from SPSS dataset by using
read.spss() or any another function like read.spss().
Thanks in advance for your help.
______________________________________________
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.
--- End Message ---
"This message and its attachments may contain confidential and/or privileged
information. If you are not the addressee, please, advise the sender
immediately by replying to the e-mail and delete this message."
"Este mensaje y sus anexos pueden contener información confidencial o
privilegiada. Si ha recibido este e-mail por error por favor bórrelo y envíe un
mensaje al remitente."
"Esta mensagem e seus anexos podem conter informação confidencial ou
privilegiada. Caso não seja o destinatário, solicitamos a imediata notificação
ao remetente e exclusão da mensagem."
______________________________________________
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.