[R] read.spss

Uwe Ligges ligges at statistik.uni-dortmund.de
Fri Mar 12 12:04:08 CET 2004


Margarida Júlia Rodrigues Igreja wrote:
> Hi,
> I would like to read a spss file in R.
> When i type read.spss("...")
> Comes the error: couldn't find function "read.spss"
> What shall i do?

It's in package "foreign", so use
  library(foreign)
before calling read.spss().

Uwe Ligges


> Margarida
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> 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