Re: [Rd] Re: [R] p-value 1 in fisher.test()

2005-06-05 Thread Ted Harding
On 04-Jun-05 Martin Maechler wrote: UweL == Uwe Ligges [EMAIL PROTECTED] on Sat, 04 Jun 2005 11:43:34 +0200 writes: UweL (Ted Harding) wrote: On 03-Jun-05 Ted Harding wrote: [...] I have a suggestion (maybe it should also go to R-devel). There are many

RE: [Rd] 1/tan(-0) != 1/tan(0)

2005-06-01 Thread Ted Harding
of wrting one's own: sign0 - function(x){ if(abs(x)0) stop(For this test x must be +0 or -0) return(sign(1/tan(x))) } ;) Best wishes, Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870

RE: [Rd] minus: operator and sign (PR#7908)

2005-05-31 Thread Ted Harding
2, which takes precedence over Rule 1). So if you want to force -2^2 and similar to be the square of -2 then do (-2)^2. And it adds clarity to things like 2 - - - 2^2 Best wishes, Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED

RE: [Rd] minus: operator and sign (PR#7908)

2005-05-31 Thread Ted Harding
On 31-May-05 Ted Harding wrote: [...] But it is always safe (and often prudent) to force precedence with parentheses -- at least you yourself are then absolutely sure of exactly what is going to happen, which is the really important thing (and this is Rule 2, which takes precedence over Rule

Re: [Rd] Windows freezes plotting large line plots (PR#7856)

2005-05-12 Thread Ted Harding
with it? Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870 094 0861 Date: 12-May-05 Time: 08:26:43 -- XFMail

Re: [Rd] bug in modulus operator %% (PR#7852)

2005-05-11 Thread Ted Harding
example), while ((1000*1) %% (1000*0.1))/1000 ## [1] -2.081668e-17 Any comments would be interesting! Best wishes, Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870 094 0861 Date: 11-May-05

RE: [Rd] heads and tails

2005-05-01 Thread Ted Harding
object to n: whatever best encapsulates the above Best wishes, Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870 094 0861 Date: 01-May-05 Time: 07:57:58

Re: [Rd] orphaning CRAN packages

2005-04-09 Thread Ted Harding
(I'm waiting for 2.1.0 to come out, which I understand is scheduled to happen soon, yes?). Best wishes, Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870 094 0861 Date: 09-Apr-05

Re: [Rd] orphaning CRAN packages

2005-04-09 Thread Ted Harding
On 09-Apr-05 Uwe Ligges wrote: (Ted Harding) wrote: It would be serious if 'norm' were to lapse, since it is part of the 'norm+cat+mix+pan' family, and people using any of these are likely to have occasion to use the others. I'd offer to try to clean up 'norm' myself if only I were up

Re: [Rd] new R package BRugs

2005-04-08 Thread Ted Harding
. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870 094 0861 Date: 08-Apr-05 Time: 14:16:00 -- XFMail -- __ R-devel

Re: [Rd] new R package BRugs

2005-04-08 Thread Ted Harding
On 08-Apr-05 Uwe Ligges wrote: OK, here we go (since we forgot to address the the Linux folks' problems explicitly - apologies!). [informative details snipped] Thanks Uwe! Very useful clarifiation! Best wishes, Ted. __ R-devel@stat.math.ethz.ch

Re: [Rd] Re: Packages and Libraries (was: Re: lme4 package etc

2005-02-08 Thread Ted Harding
as a reference to a package, since what else would it be?) Just my thoughts ... Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870 094 0861 Date: 08-Feb-05 Time: 22:19:46

Re: [Rd] R 'postscript' plot - not a valid postscript (PR#7559)

2005-01-24 Thread Ted Harding
the problem, so I had to check the whole script. __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax

RE: [Rd] Inaccuracy in seq() function (PR#7503)

2005-01-12 Thread Ted Harding
note that v2-v2a [1] 0 0 0 0 0 0 0 v3-v3a [1] 0 0 0 0 0 0 0 so my seq(160.190.5)/100 gives the same result as the rounded result, and as your hand-forced version. This is why I prefer it! Best wishes, Ted. E-Mail: (Ted

Re: [Rd] Re: [R] case-insensitive ZIP

2004-11-02 Thread Ted Harding
is of the form pkgname_.*). Best wishes, Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870 094 0861 [NB: New number!] Date: 02-Nov-04 Time: 10:03:26

RE: [Rd] Unpredictable EPS-PDF rotation (PR#4460)

2003-10-08 Thread Ted Harding
On 08-Oct-03 [EMAIL PROTECTED] wrote: When I create EPS files, they sometimes appear rotated in my LaTeX PDF document and sometimes they don't. Two examples: ## x1.eps is not rotated in LaTeX x - seq(-1, 1, length=100) postscript(c:/x1.eps, height=3, width=4, horizontal=FALSE,