[Rd] ppoints (PR#7538)

2005-01-19 Thread tobias . verbeke
Dear r-bugs, Whilst playing with ppoints I discovered that when one uses it directly, occasional NA's in a vector also become data fractions: ppoints(c(1,2,NA,4)) Would it be a good idea to add a warning message as in: ppoints <- function (n, a = ifelse(n <= 10, 3/8, 1/2)) { if(any(is.na(n

Re: [Rd] ppoints (PR#7538)

2005-01-24 Thread Tobias Verbeke
On Mon, 24 Jan 2005 09:37:44 + (GMT) Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Wed, 19 Jan 2005 [EMAIL PROTECTED] wrote: > > > Dear r-bugs, > > > > Whilst playing with ppoints I discovered > > that when one uses it directly, occasional > > NA's in a vector also become data fractions:

[Rd] ?strptime ambiguity (PR#7907)

2005-05-30 Thread tobias . verbeke
Full_Name: Tobias Verbeke Version: 2.1.0 OS: GNU/Linux Submission from: (NULL) (81.247.252.229) Would it be possible to use a non-ambiguous example of expressing a day according to the ISO 8601 international standard in the first sentence of the Note section of ?strptime, e.g. "2001-

Re: [Rd] ?strptime ambiguity (PR#7907)

2005-06-02 Thread Tobias Verbeke
[EMAIL PROTECTED] wrote: > >> Full_Name: Tobias Verbeke >> Version: 2.1.0 >> OS: GNU/Linux >> Submission from: (NULL) (81.247.252.229) >> >> >> Would it be possible to use a non-ambiguous example >> of expressing a day according to the ISO 8601 international