Re: [R] question from Braun/Murdoch book

2008-10-08 Thread Rolf Turner
On 8/10/2008, at 6:48 PM, Erin Hodgess wrote: Hi R People: I am looking at the Braun/Murdoch book, " A First Course in Statistical Programming in R", and I have a question about a function there. It's on page 52, Example 4.5; the sieve of Erastosthenes. There is a line: primes <- c() Is the

Re: [R] question from Braun/Murdoch book

2008-10-08 Thread Duncan Murdoch
On 08/10/2008 1:48 AM, Erin Hodgess wrote: Hi R People: I am looking at the Braun/Murdoch book, " A First Course in Statistical Programming in R", and I have a question about a function there. It's on page 52, Example 4.5; the sieve of Erastosthenes. There is a line: primes <- c() Is there a

Re: [R] question from Braun/Murdoch book

2008-10-08 Thread Richard . Cotton
> I am looking at the Braun/Murdoch book, " A First Course in > Statistical Programming in R", and I have a question about a function > there. It's on page 52, Example 4.5; the sieve of Erastosthenes. > > There is a line: > primes <- c() > > Is there a difference between using that and > primes

Re: [R] question from Braun/Murdoch book

2008-10-08 Thread Wacek Kusnierczyk
Prof Brian Ripley wrote: > On Wed, 8 Oct 2008, Erin Hodgess wrote: > >> Hi R People: >> >> I am looking at the Braun/Murdoch book, " A First Course in >> Statistical Programming in R", and I have a question about a function >> there. It's on page 52, Example 4.5; the sieve of Erastosthenes. >> >>

Re: [R] question from Braun/Murdoch book

2008-10-08 Thread Prof Brian Ripley
On Wed, 8 Oct 2008, Erin Hodgess wrote: Hi R People: I am looking at the Braun/Murdoch book, " A First Course in Statistical Programming in R", and I have a question about a function there. It's on page 52, Example 4.5; the sieve of Erastosthenes. There is a line: primes <- c() Is there a di

[R] question from Braun/Murdoch book

2008-10-07 Thread Erin Hodgess
Hi R People: I am looking at the Braun/Murdoch book, " A First Course in Statistical Programming in R", and I have a question about a function there. It's on page 52, Example 4.5; the sieve of Erastosthenes. There is a line: primes <- c() Is there a difference between using that and primes <- N