RE: [Rd] R-intro

2005-01-01 Thread Gorjanc Gregor
--- -Original Message- From: Duncan Murdoch [mailto:[EMAIL PROTECTED] Sent: sob 2005-01-01 20:04 To: Uwe Ligges Cc: Gorjanc Gregor; Kjetil Brinchmann Halvorsen; r-devel@stat.math.ethz.ch Subject: Re: [Rd] R-intro On Sat, 01 Jan 2005 17:24:33 +0100, Uwe Ligges <[EMAIL PROTEC

Re: [Rd] R-intro

2005-01-01 Thread Duncan Murdoch
On Sat, 01 Jan 2005 17:24:33 +0100, Uwe Ligges <[EMAIL PROTECTED]> wrote: >Gorjanc Gregor wrote: >> The problem is that there is no file morley.tab. I belive that for first >> impression or example session, things should work. > >Have you read from the beginning in Appendix A? It says: > >"Login,

Re: [Rd] R-intro

2005-01-01 Thread Uwe Ligges
ename) mm <- read.table(filename) Uwe Ligges file.show("morley.tab") mm <- read.table("morley.tab") -Original Message- From: Kjetil Brinchmann Halvorsen [mailto:[EMAIL PROTECTED] Sent: Fri 2004-12-31 22:01 To: Gorjanc Gregor Cc: r-devel@stat.math.ethz.ch Subject: Re:

RE: [Rd] R-intro

2005-01-01 Thread Gorjanc Gregor
D] Sent: Fri 2004-12-31 22:01 To: Gorjanc Gregor Cc: r-devel@stat.math.ethz.ch Subject: Re: [Rd] R-intro Gorjanc Gregor wrote: >Hello! > >I was reading R-intro and I have some suggestions: > >R-intro.html#A-sample-session > >rm(fm, fm1, lrf, x, dummy) >suggestion >rm(fm,

Re: [Rd] R-intro

2004-12-31 Thread Kjetil Brinchmann Halvorsen
Gorjanc Gregor wrote: Hello! I was reading R-intro and I have some suggestions: R-intro.html#A-sample-session rm(fm, fm1, lrf, x, dummy) suggestion rm(fm, fm1, lrf, x, y, w, dummy) The next section will look at data from the classical experiment of Michaelson and Morley to measure the speed of lig

[Rd] R-intro

2004-12-30 Thread Gorjanc Gregor
Hello! I was reading R-intro and I have some suggestions: R-intro.html#A-sample-session rm(fm, fm1, lrf, x, dummy) suggestion rm(fm, fm1, lrf, x, y, w, dummy) The next section will look at data from the classical experiment of Michaelson and Morley to measure the speed of light. file.show("mo