Displaying 1 result from an estimated 1 matches for "4b746aef".
2010 Feb 12
1
Using seq_len() vs 1:n]
Pat Burns makes a good point. -Peter
-------- Original Message --------
Subject: Re: [R] Using seq_len() vs 1:n
Date: Fri, 12 Feb 2010 09:01:20 +0000
From: Patrick Burns <pburns at pburns.seanet.com>
To: Peter Ehlers <ehlers at ucalgary.ca>
References: <4B746AEF.10900 at ucalgary.ca>
If you want your code to be compatible with
S+, then 'seq_len' isn't going to work.
On 11/02/2010 20:39, Peter Ehlers wrote:
> R-people,
>
> Duncan Murdoch's response in
>
> https://stat.ethz.ch/pipermail/r-help/2010-February/227869.html
>...