search for: hernandez74

Displaying 4 results from an estimated 4 matches for "hernandez74".

Did you mean: hernandez
2016 Apr 26
1
Using read.csv() to import data
Duncan, What about converting your anova results in R ?back into csv or excel? Thanks Charles ? From: Duncan Murdoch <murdoch.duncan at gmail.com> To: Jason Hernandez <jason.hernandez74 at yahoo.com>; "r-help at r-project.org" <r-help at r-project.org> Sent: Sunday, April 24, 2016 2:05 PM Subject: Re: [R] Using read.csv() to import data On 24/04/2016 4:30 PM, Jason Hernandez via R-help wrote: > I am just beginning to learn R, using _R for Dummies_ by A...
2016 Apr 24
0
Fwd: Re: Using read.csv() to import data
You probably have not reset the directory -- go to the session tab on the R window, click and go to ?set working directory? as C Nick -------- Original Message ---------- From: WRAY NICHOLAS <nicholas.wray at ntlworld.com> To: Jason Hernandez <jason.hernandez74 at yahoo.com> Date: 24 April 2016 at 21:44 Subject: Re: [R] Using read.csv() to import data You probably have not reset the directory -- go to the session tab on the R window, click and go to "set working directory" as C Nick On 24 April 2016 at 21:30 Jason Hernandez via R-help...
2016 Apr 24
0
Using read.csv() to import data
On 24/04/2016 4:30 PM, Jason Hernandez via R-help wrote: > I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have reached the chapter on "Getting Data Into and Out of R." But the code they use for importing data doesn't seem to be working for me. > > Their example is:> elements
2016 Apr 24
4
Using read.csv() to import data
I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have reached the chapter on "Getting Data Into and Out of R." But the code they use for importing data doesn't seem to be working for me. Their example is:> elements <- read.csv(file.path("f:", "elements.csv"))