[R] still spss
Uwe Ligges
ligges at statistik.uni-dortmund.de
Fri Mar 12 19:19:05 CET 2004
Margarida Júlia Rodrigues Igreja wrote:
> hi again,
>
> i still cannot open the file in spss :(
>
> i type:
> library(foreign)
> read.spss("H:\\Desktop\\bd1\\experiencia1")
>
> and the error comes:
> Error in read.spss("H:\\Desktop\\bd1\\experiencia1") : unable to open file
For sure the file there? Does the file has an extension, .sav for
example? You will need to specify the latter as in:
read.spss("H:\\Desktop\\bd1\\experiencia1.sav")
Uwe Ligges
> can you help me?
>
> margarida,portugal
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list