[R] read.spss

tobias.verbeke@bivv.be tobias.verbeke at bivv.be
Fri Mar 12 12:06:37 CET 2004





r-help-bounces at stat.math.ethz.ch wrote on 04/03/1997 03:21:00:

> 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?
>

Hi Margarida,

Did you load the foreign package by typing
      library(foreign)
before using the
      read.spss()-command
and did you install the foreign package by typing e.g.
      install.packages(foreign)
before loading the foreign package ?

HTH,
Tobias




More information about the R-help mailing list