Re: [R] need help opening a file

2008-01-26 Thread David Winsemius
"Sudhindra Gadagkar" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Hi, I can't believe I am unable to do this. I just installed R > (never used it before, but want to learn it). At present, though. > all I want to do is export a data file (specifically "crabs" in the > MASS library) to

Re: [R] need help opening a file

2008-01-26 Thread Charles C. Berry
Sudhindra, You should read the Posting Guide before asking for help: http://www.R-project.org/posting-guide.html It has greats hints on how to solve problems like this yourself, and you should try them before posting. It might suggest that this is a good thing to run in R if you need

Re: [R] need help opening a file

2008-01-26 Thread Wensui Liu
first of all, which is your code to export the data in R? did you use write.table? secondly, it is totally a waste of time to export data from R for use in spss. for whatever can be done by spss, r can handle better. On Jan 26, 2008 9:38 PM, Sudhindra Gadagkar <[EMAIL PROTECTED]> wrote: > Hi, I ca