You're overlooking something like line 800 of the documentation for xyplot. [...] It's probably in the R-FAQ as well, since my original feeling was that this behaviour was chosen in order to confuse people and see how many people read the FAQ... :)
-- Barry Rowlingson (about the fact that lattice objects have to be print()ed)
R-help (May 2005) #Rstats
Notices tagged with rstats, page 3
-
RFortunes (rfortunes)'s status on Saturday, 28-Sep-2019 16:00:02 CEST RFortunes
-
RFortunes (rfortunes)'s status on Saturday, 28-Sep-2019 10:00:02 CEST RFortunes
Justin: Is there a function that just does whatever I'm thinking (aka whatever my homework question is...)?
Joshua Ulrich: That's the magic_pony function.
-- Justin and Joshua Ulrich
stackoverflow.com (June 2013) #Rstats -
RFortunes (rfortunes)'s status on Friday, 27-Sep-2019 16:00:02 CEST RFortunes
I thought RStudio was amazing, but RStudio with knitr is approximately `formatC(round(runif(1, 1e8, 1e9)), digits=10, big.mark=',')` times better than RStudio alone!
-- @Geneorama (comment on RStudio's new web publishing service)
RStudio blog (June 2012) #Rstats -
RFortunes (rfortunes)'s status on Friday, 27-Sep-2019 10:00:02 CEST RFortunes
Firstly, don't call your matrix 'matrix'. Would you call your dog 'dog'? Anyway, it might clash with the function 'matrix'.
-- Barry Rowlingson
R-help (October 2004) #Rstats -
RFortunes (rfortunes)'s status on Thursday, 26-Sep-2019 16:00:02 CEST RFortunes
Obviously I have not tested on an Alphabc...tuvwxyz system but it should work there.
-- Brian D. Ripley (after fixing a problem discovered when compiling R 2.0.0 on Linux Alpha)
R-devel (October 2004) #Rstats -
RFortunes (rfortunes)'s status on Thursday, 26-Sep-2019 10:00:02 CEST RFortunes
The existence of a method is not a sufficient reason to use that method.
-- Jari Oksanen (about relative advantages of several multivariate analysis methods)
R-SIG-Ecology (November 2013) #Rstats -
RFortunes (rfortunes)'s status on Wednesday, 25-Sep-2019 16:00:02 CEST RFortunes
Although there is almost never a "No" in R, the best short answer is: "No".
-- Uwe Ligges (in response to the question whether R has a concept of "const objects" as in C++ that avoid modification)
R-help (March 2011) #Rstats -
Giorgio Comai (g)'s status on Wednesday, 25-Sep-2019 13:14:33 CEST Giorgio Comai
I was supposed to make a Gantt chart for a project this morning... I didn't do the chart, but by lunchtime I put together a very basic R package to do it :)
https://github.com/giocomai/ganttrify
Perhaps more features will come in the afternoon? #rstats -
RFortunes (rfortunes)'s status on Wednesday, 25-Sep-2019 10:00:02 CEST RFortunes
I would heed the warnings and diagnostics. They are there for a reason. The Ostrich algorithm does not help you.
-- Dirk Eddelbuettel (in reply to a questioner who said he had not run R CMD check because he suspected other problems would be found)
Stackoverflow (November 2013) #Rstats -
RFortunes (rfortunes)'s status on Tuesday, 24-Sep-2019 16:00:03 CEST RFortunes
Unfortunately, this is one of those situations where as far as I can tell all of the real statisticians are out there playing with large data sets where the small-sample corrections are not so important and leaving the rest of us to figure it out for ourselves...
-- Ben Bolker (about the 'correct' degrees-of-freedom correction in Wald statistics for GLMMs)
R-SIG-Mixed-Models (December 2011) #Rstats -
RFortunes (rfortunes)'s status on Tuesday, 24-Sep-2019 10:00:02 CEST RFortunes
Bad English is the language of science.
-- Jan de Leeuw
JSS mailing list (February 2005) #Rstats -
RFortunes (rfortunes)'s status on Monday, 23-Sep-2019 16:00:02 CEST RFortunes
Only with a very high signal to noise ratio (e.g., high true R^2) can torturing data lead to a confession to something other than what the analyst wants to hear.
-- Frank Harrell
R-help (April 2010) #Rstats -
RFortunes (rfortunes)'s status on Monday, 23-Sep-2019 10:00:02 CEST RFortunes
Rickyfox: Dang it how could I have missed this? Thx for the answer, I feel incredibly stupid now.
Juba: Never underestimate the power of R to make you feel stupid.
-- Rickyfox and Juba (in an exchange over how ifelse() works)
stackoverflow.com (March 2013) #Rstats -
RFortunes (rfortunes)'s status on Sunday, 22-Sep-2019 16:00:02 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 Sunday, 22-Sep-2019 10:00:02 CEST RFortunes
(3 times...rrrrgh...) and why do you think the mailing list is called R-*packages* ???????????
Please do
for(i in 1:20) cat("It's a package!\n")
-- Martin Maechler (after a newly released *package* has been called *library* three times in its announcement on R-packages)
R-help (March 2006) #Rstats -
RFortunes (rfortunes)'s status on Saturday, 21-Sep-2019 16:00:02 CEST RFortunes
If you really want to assess uncertainty you need to take into account that the models are false and that several models may capture different aspects of the data and so be false in different ways.
-- Brian D. Ripley
R-help (July 2007) #Rstats -
Giorgio Comai (g)'s status on Saturday, 21-Sep-2019 15:43:33 CEST Giorgio Comai
Getting ready for a long winter with my 5-year old son, without ignoring my nerd needs. Maps probably boring for him, but finding the right picture this could be fun http://brickr.org/articles/models-from-other.html #rstats
bricks_6-2.png
bricks_rayshader-2.png -
RFortunes (rfortunes)'s status on Saturday, 21-Sep-2019 10:00:02 CEST RFortunes
One of the beauties of S and R is the syntax closeness to mathematical notation. Many of us know that Lisp has beauties that S can never have, but that's really in different beauty-space.
-- Martin Maechler
R-devel (February 2009) #Rstats -
RFortunes (rfortunes)'s status on Friday, 20-Sep-2019 10:00:02 CEST RFortunes
R is a strange, deeply flawed language that nevertheless has an enthusiastic and rapidly growing user base. What about R accounts for its popularity in its niche? What can language designers learn from R's success?
-- John Cook (Abstract of "Why and How People Use R")
Lang.NEXT 2012 (April 2012) #Rstats -
RFortunes (rfortunes)'s status on Thursday, 19-Sep-2019 16:00:02 CEST RFortunes
You might also consider a more informative subject line. "Help needed" is true for all questions (not answers) on R-help. Just think, why is this list called R-***help***?
-- Peter Ehlers (after answering a help request)
R-help (April 2011) #Rstats