I can't seem to figure out why I'm getting this error.  The output is 
copied right off the screen.  Notice how in some cases the back slash is 
missing.  In other cases, it can't read a file that I know is there.

Thanks in advance



 > library(foreign)
 > hrout <- read.spss("c:\\hrab200.sav")
Error in read.spss("c:\\hrab200.sav") : unable to open file
 > library(foreign)
 > hrout <- read.spss("C:\Documents and Settings\David Kaplan\My 
Documents\Baseball\Baseball Research\hr time series paper\new time 
series hr paper\hrab200.sav")
Error in read.spss("C:Documents and SettingsDavid KaplanMy 
DocumentsBaseballBaseball Researchhr time series paper\new time series 
hr paperhrab200.sav") :
         unable to open file
 > library(foreign)
 > hrout <- read.spss("C:\Documents and Settings\David Kaplan\My 
Documents\hrab200.sav"}
Error: syntax error in "hrout <- read.spss("C:\Documents and 
Settings\David Kaplan\My Documents\hrab200.sav"}"
 > hrout <-read.spss("C:\\Documents and Settings\David Kaplan\My 
Documents\hrab200.sav")
Error in read.spss("C:\\Documents and SettingsDavid KaplanMy 
Documentshrab200.sav") :
         unable to open file



-- 
========================================================================
David Kaplan, Ph.D.
Professor
Department of Educational Psychology
University of Wisconsin - Madison
Educational Sciences, Room 1061
1025 W. Johnson Street
Madison, WI 53706

email: [EMAIL PROTECTED]
Web:   http://www.education.wisc.edu/edpsych/facstaff/kaplan/kaplan.htm
Phone: 608-262-0836
Fax:   608-262-0843

______________________________________________
R-help@stat.math.ethz.ch 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.

Reply via email to