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
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
> 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
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.
>>
>>
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
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
6 matches
Mail list logo