similar to: Using read.csv() to import data

Displaying 20 results from an estimated 1000 matches similar to: "Using read.csv() to import data"

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 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
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
2017 Jun 26
3
suggestion to fix packageDescription() for Windows users
I'd be curious to know what others think of Rich's patch. If it is acceptable, I can spend time that I was going to look at it this week on another bug. -----Original Message----- From: Rich Calaway Sent: Friday, June 23, 2017 6:34 PM To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com>
2017 Jun 23
2
suggestion to fix packageDescription() for Windows users
Hi Duncan, I'm guessing I'll be able to look at this over the weekend/next week (probably closer to next week). It is on my list of things to do and I've just had a few other prior commitments that I have to finish first. Sorry for the delay. I'll chime in with a status update next week. Nathan -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org]
2017 Jun 18
2
suggestion to fix packageDescription() for Windows users
Hi, Duncan i have forwarded this thread to Nathan, who promised to look into it. Andrie On 17 Jun 2017 17:26, "Duncan Murdoch" <murdoch.duncan at gmail.com> wrote: > On 17/06/2017 9:13 AM, Ben Marwick wrote: > >> Hi Duncan, >> >> Thanks for your reply. Yes, it does seem to be specific to the CTYPE >> setting to Chinese on Windows. If I set it to
2017 Jun 10
1
Question about R developpment
I would describe MRO as a distribution of R, in the same way that Fedora, Debian, SUSE etc are distributions of Linux. It is not fundamentally different from the version of R that you can download from CRAN but the binary builds offer some specific features: 1) The binary build is linked to the Intel Math Kernel Library (MKL) which may increase the speed of some matrix operations 2) Packages are
2011 Sep 13
1
Min of
With the help of Andrie on StackOverflow.com, I was able to learn about ddply. I have another question that is more trivial and cannot seem to find help on IRC and do not want to bother Andrie again. I can't seem to figure out what to google for, so I thought I'd ask here. I have: library(plyr) df_diff <- ddply(df, .(SOURCE), summarize, TIME_DIFF=-unclass(diff(REQUEST_DATE))) df_diff
2020 Mar 29
2
Tareas interactivas en R
Hola miembros de la lista, Estoy buscando una manera de elaborar tareas o examenes interactivos para mis clases de estadística con R. He visto 2 paquetes muy interesantes que son, learnr y gradethis, pero todavía no logro entender completamente su dinámica. Por lo que entiendo, en gradethis si el estudiante se equivoca tiene la posibilidad de reintentar hasta dar con la solución, lo cual no lo
2020 Mar 29
2
Tareas interactivas en R
Muchas gracias Emilio. Sí, yo cometí un error, veo exams puede usar Rmarkdown también. Manuel El dom., 29 mar. 2020 a las 9:11, Emilio L. Cano (<emilopezcano en gmail.com>) escribió: > Manuel, > > No conozco learnr ni gradethis, pero simplemente como apunte decirte que > con exams puedes utilizar Rmarkdown. > > Un saludo, > > Emilio L. Cano >
2006 Mar 10
2
possible to impose limit on R's use of resources?
When I run some large optimizations in R under Windows it puts a heavy load on the CPU, which makes other applications that run at the same time very slow. Is it possible to instruct R to be less aggressive in its use of computer resources, so I can use my computer for other purposes while running R (probably considerably slower) in the background? Han de Vries -------------------- This email
2002 Aug 15
4
tinc-1.0pre7-i386-1.tgz
Beste tinc-developer, Ik moet van mijn baas een aantal VPN's aanleggen en ben nu thuis bezig om te testen. Ik heb 2 computers in een thuisnetwerkje (totaal 6 computers) geinstalleerd met SuSe 7.3, daar de klanten dit ook hebben. De computers zijn verbonden met een switch. Dit is de inhoud van mijn bestanden: Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0
2017 Jun 27
0
suggestion to fix packageDescription() for Windows users
>>>>> Nathan Sosnovske via R-devel <r-devel at r-project.org> >>>>> on Mon, 26 Jun 2017 18:22:25 +0000 writes: > I'd be curious to know what others think of Rich's > patch. If it is acceptable, I can spend time that I was > going to look at it this week on another bug. It is a bit kludgy (*) of course, but I confirm it solves
2015 Apr 23
2
CRAN submit page down
Andrie noticed that first, and I can confirm: from our end, it looks as if the backend to http://cran.r-project.org/submit.html is currently down. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2012 Feb 15
7
ggplot rank stack bar automatically.
Hi, all, I am currently trying to learn this example. http://learnr.wordpress.com/2009/03/17/ggplot2-barplots/ I created the stack bar easily. If I would like to rank the stack bar from the highest on the right, shortest on the left and eventually I could show the data "1991-00" on the left and "1823-30" on the right, how could I do that? Apart from this, I find
2016 Dec 14
4
[FileCheck] Fix --strict-whitespace --match-full-lines
Hi, this patch fixes a problem with leading/trailing whitespace matching for FileCheck --strict-whitespace --match-full-lines. Consider a text file: ... $ cat DUMP bla1 bla2 bla3 bla4 bla5 ... with some leading and trailing spaces, made more visible like this: ... $ sed 's/ /_/g' DUMP bla1 bla2 _bla3 bla4_ _bla5_ ... and a FileCheck file CHECK to match DUMP: ... $ cat CHECK //
2011 Jun 25
3
How to export to pdf in landscape orientation?
Does anybody know how to get a pdf file with landscape orientation?. pdf(file= 'my_file.pdf' ,onefile=T,paper='A4') plot(sin, -pi, 2*pi) dev.off() Thank's in advance Juan A. Hernandez Spain [[alternative HTML version deleted]]
2016 Dec 14
0
[FileCheck] Fix --strict-whitespace --match-full-lines
+jyknight, who added --match-full-lines On 12/14/16 5:37 AM, Tom de Vries wrote: > Hi, > > this patch fixes a problem with leading/trailing whitespace matching > for FileCheck --strict-whitespace --match-full-lines. > > The resulting regexp string is '^bla3$' instead of '^ bla3$'. > > The patch fixes this, and makes the behavior match the documentation.
2011 Nov 18
2
Virtio-win RPM?
I should have this in my head by now... I tried migrating a physical Windows host last night using virt-p2v CD. It ran for 3 hours and then died. I'll get details later from the log but as I think about it, I'll bet it died because I never installed virtio-win in my Fedora migration server. The documentation says do "yum install virtio-win" - but this is RHEL
2016 Dec 15
0
[FileCheck] Fix --strict-whitespace --match-full-lines
> -----Original Message----- > From: Tom de Vries [mailto:Tom_deVries at mentor.com] > Sent: Thursday, December 15, 2016 2:31 AM > To: Robinson, Paul > Cc: Jonathan Roelofs; llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [FileCheck] Fix --strict-whitespace --match-full- > lines > > On 14/12/16 18:48, Robinson, Paul wrote: > > Please send patches to