[R] still spss
Gabor Grothendieck
ggrothendieck at myway.com
Fri Mar 12 20:32:36 CET 2004
Another thing to try if you just can't get the other
suggestions to work is:
read.spss(file.choose())
This will bring up up a Windows dialogue that allows you
to navigate to and select the file.
---
Date: Fri, 12 Mar 2004 18:12:26 +0100
From: Thomas Petzoldt <thpe at hhbio.wasser.tu-dresden.de>
To: =?ISO-8859-1?Q?Margarida_J=FAlia_Rodrigues_Igreja?= <migreja at med.up.pt>
Cc: <R-help at stat.math.ethz.ch>
Subject: Re: [R] still spss
Margarida Júlia Rodrigues Igreja wrote:
> library(foreign)
> read.spss("H:\\Desktop\\bd1\\experiencia1")
> Error in read.spss("H:\\Desktop\\bd1\\experiencia1") : unable to open file
I suspect, you make still a path error. Does your file really have no
extension (e.g. .sav)? The default behaviour of Windows is to hide
extensions.
Maybe, read.spss("H:\\Desktop\\bd1\\experiencia1.sav") will help,
otherwise you may look for a computer expert near you.
Thomas P.
______________________________________________
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