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
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:
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-
[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