Also, that's what Martin Maechler told me and he wrote the code so I trust him on that. I figure that if you have to trust someone to be meticulous and precise then a German-speaking Swiss is a good choice.
-- Douglas Bates
R-help (January 2005) #Rstats
Notices tagged with rstats, page 31
-
RFortunes (rfortunes)'s status on Saturday, 04-May-2019 16:00:03 CEST RFortunes
-
RFortunes (rfortunes)'s status on Saturday, 04-May-2019 10:00:03 CEST RFortunes
Kenn Konstabel: [...] There's more to this trend: SPSS and Statistica now advertise "R language support": [...]
Charles C. Berry: If you can't beat R, join R.
Marc Schwartz: "Resistance is futile. You will be assimilated."
-- Kenn Konstabel, Charles C. Berry, and Marc Schwartz (about the RPro release from REvolution)
R-help (August 2008) #Rstats -
RFortunes (rfortunes)'s status on Friday, 03-May-2019 16:00:02 CEST RFortunes
Okay, let's stand up and be counted: who has been writing diamond graph code? Mine's 60 lines.
-- Barry Rowlingson (in a discussion about the patent for diamond graphs)
R-help (August 2003) #Rstats -
RFortunes (rfortunes)'s status on Friday, 03-May-2019 10:00:02 CEST RFortunes
Bug, undocumented behaviour, feature? I don't know. It all seems to work in 1.6.0, so everyone should downgrade now... :)
-- Barry Rowlingson
R-help (July 2003) #Rstats -
R Weekly (rweekly)'s status on Friday, 03-May-2019 02:12:28 CEST R Weekly
Availability of Microsoft R Open 3.5.2 and 3.5.3 https://link.rweekly.org/e77 #rstats #datascience
-
R Weekly (rweekly)'s status on Friday, 03-May-2019 00:58:38 CEST R Weekly
August 12, 1991 Review of S-PLUS Statistical Software https://link.rweekly.org/e76 #rstats #datascience
-
R Weekly (rweekly)'s status on Friday, 03-May-2019 00:58:38 CEST R Weekly
Naming Software Packages with Common Words https://link.rweekly.org/e75 #rstats #datascience
-
RFortunes (rfortunes)'s status on Thursday, 02-May-2019 16:00:03 CEST RFortunes
So, with the item in the original query:
if (x<-3) do_something;
if they wrote it as
if (x<(-3)) do_something;
there would be no problem (and no doubt about what went with what). Of course in complicated expressions this could induce an episode of ocular lispopia, but apart from that it's safe!
-- Ted Harding (about potential confusion between assignment and comparisons with negative numbers)
R-devel (August 2010) #Rstats -
RFortunes (rfortunes)'s status on Thursday, 02-May-2019 10:00:02 CEST RFortunes
Tradition among experienced S programmers has always been that loops (typically 'for' loops) are intrinsically inefficient: expressing computations without loops has provided a measure of entry into the inner circle of S programming.
-- John Chambers
Programming With Data, p. 173 (1998) #Rstats -
RFortunes (rfortunes)'s status on Wednesday, 01-May-2019 16:00:03 CEST RFortunes
If we do that, I predict that the total amount of r-help time wasted on it will exceed the CPU time saved by orders of magnitude.
-- Duncan Murdoch (after a specialized function speeding up detection of NAs was suggested for base R)
R-devel (April 2006) #Rstats -
RFortunes (rfortunes)'s status on Wednesday, 01-May-2019 10:00:03 CEST RFortunes
R is a complex program. If you can't work out how to find the documentation, I doubt you will be able to use R.
-- David Kirby (in response to a vague question on where to find documentation for R)
R-help (February 2010) #Rstats -
R Weekly (rweekly)'s status on Wednesday, 01-May-2019 05:03:28 CEST R Weekly
Where may Dirk show up: May to July 2019 edition https://link.rweekly.org/e6n #rstats #datascience
-
R Weekly (rweekly)'s status on Wednesday, 01-May-2019 01:11:43 CEST R Weekly
runcharter https://link.rweekly.org/e6m #rstats #datascience
-
R Weekly (rweekly)'s status on Tuesday, 30-Apr-2019 19:46:37 CEST R Weekly
Analysing the HIV pandemic, Part 1: HIV in sub-Sahara Africa https://link.rweekly.org/e6g #rstats #datascience
-
R Weekly (rweekly)'s status on Tuesday, 30-Apr-2019 18:42:46 CEST R Weekly
Introducing AzureGraph: an interface to Microsoft Graph https://link.rweekly.org/e6f #rstats #datascience
-
R Weekly (rweekly)'s status on Tuesday, 30-Apr-2019 18:11:58 CEST R Weekly
RStudio 1.2 Released https://link.rweekly.org/e6e #rstats #datascience
-
R Weekly (rweekly)'s status on Tuesday, 30-Apr-2019 16:27:28 CEST R Weekly
Relaunching the qualtRics package https://link.rweekly.org/e6a #rstats #datascience
-
RFortunes (rfortunes)'s status on Tuesday, 30-Apr-2019 16:00:03 CEST RFortunes
So, with the item in the original query:
if (x<-3) do_something;
if they wrote it as
if (x<(-3)) do_something;
there would be no problem (and no doubt about what went with what). Of course in complicated expressions this could induce an episode of ocular lispopia, but apart from that it's safe!
-- Ted Harding (about potential confusion between assignment and comparisons with negative numbers)
R-devel (August 2010) #Rstats -
RFortunes (rfortunes)'s status on Tuesday, 30-Apr-2019 10:00:02 CEST RFortunes
The keyboard is the standard Italian layout, which is missing the ~ (tilde) key. [...] Can anyone advice how to produce the ~ symbol, short of a copy/paste from MS Word?
-- Federico Calboli
R-help (March 2004) #Rstats -
R Weekly (rweekly)'s status on Tuesday, 30-Apr-2019 04:03:28 CEST R Weekly
RcppArmadillo 0.9.400.2.0 https://link.rweekly.org/e67 #rstats #datascience