Re: [R] Uploading CSV file into R

2011-05-13 Thread skfgla...@gmail.com
Usually this kind of error indicates one or two errors. First check that the path to the input file is correct. Make sure that your input file ends with csv. Next problem could be that a spelling error is causing the problem. Make sure everything is spelled correctly in both the path state

Re: [R] is this an ANOVA ?

2011-04-12 Thread skfgla...@gmail.com
The response variable "y" does not make sense to me. What does it represent? friedman.st...@gmail.com 517-648-6290 -Original message- From: Ubuntu Diego To: r-help@r-project.org Sent: Wed, Apr 13, 2011 00:12:07 GMT+00:00 Subject: [R] is this an ANOVA ? Hi all, I have a very ea

Re: [R] moving mean and moving variance functions

2011-04-04 Thread skfgla...@gmail.com
Thanks, I had recently seen reference to caTools but had forgotten about it. Much appreciated. friedman.st...@gmail.com 517-648-6290 -Original message- From: Gabor Grothendieck To: Steve Friedman Cc: r-help@r-project.org Sent: Mon, Apr 4, 2011 13:17:36 GMT+00:00 Subject: Re: [R] movin

Re: [R] filled contour plot with contour lines

2011-04-01 Thread skfgla...@gmail.com
Hi Peter and everyone else who has offered suggestions. I am now at home and will try your suggestions this evening. The initial effort with the stripped down verion I have used earlier did access the file correctly so I have no reason to think it is not formatted correctly. That however