Re: [R] Novice users in need of urgent help with boxplots

2017-02-28 Thread David L Carlson
ary 28, 2017 1:06 PM To: Ashley Patton Cc: R-help Subject: Re: [R] Novice users in need of urgent help with boxplots > On Feb 28, 2017, at 8:11 AM, Ashley Patton via R-help > wrote: > > > Hi, please forgive me but I am completely new to R and have no experience > with

Re: [R] Novice users in need of urgent help with boxplots

2017-02-28 Thread Marc Schwartz
> On Feb 28, 2017, at 8:11 AM, Ashley Patton via R-help > wrote: > > > Hi, please forgive me but I am completely new to R and have no experience > with it other than a 3 day training course but I need to use it for an urgent > project and don't have time to learn a whole new language before

Re: [R] Novice users in need of urgent help with boxplots

2017-02-28 Thread WRAY NICHOLAS
The first thing you need to do is to read your data in. Convert your excel file to a csv file, say mydata.csv, and make sure that you know where it is eg folder "Datafile" on C drive. Then use setwd("C:/Datafile") and then read.csv("mydata.csv") That should upload it and you can trawl t'interne

[R] Novice users in need of urgent help with boxplots

2017-02-28 Thread Ashley Patton via R-help
Hi, please forgive me but I am completely new to R and have no experience with it other than a 3 day training course but I need to use it for an urgent project and don't have time to learn a whole new language before the deadline, although I hope to get there soon. My question is this. I have