Serendipity at R / Medicine https://link.rweekly.org/c6h #rstats #datascience
Notices tagged with rstats, page 72
-
R Weekly (rweekly)'s status on Tuesday, 16-Oct-2018 22:59:37 CEST
R Weekly
-
R Weekly (rweekly)'s status on Tuesday, 16-Oct-2018 19:30:28 CEST
R Weekly
Quasiquotation in R via bquote() https://link.rweekly.org/c6a #rstats #datascience
-
R Weekly (rweekly)'s status on Tuesday, 16-Oct-2018 19:19:38 CEST
R Weekly
Progress on driving diversity standards in the R community – an update on RCDI-WG https://link.rweekly.org/c69 #rstats #datascience
-
R Weekly (rweekly)'s status on Tuesday, 16-Oct-2018 17:44:38 CEST
R Weekly
RStudio 1.2 Preview: Stan https://link.rweekly.org/c64 #rstats #datascience
-
RFortunes (rfortunes)'s status on Tuesday, 16-Oct-2018 16:00:03 CEST
RFortunes
The problem with attach is what it does, not how it does it. If you do the same thing attach does any other way, you've managed to create all the problems of attach without using attach. If I tell you chopping your finger off with a knife is bad, your question shouldn't be "Okay, knives are bad. How do I chop my finger off without a knife? Can I use scissors or is there a better way?"
-- Gregor (about alternatives to attach())
stackoverflow.com (May 2016) #Rstats -
R Weekly (rweekly)'s status on Tuesday, 16-Oct-2018 14:56:56 CEST
R Weekly
Even more images as x-axis labels https://link.rweekly.org/c62 #rstats #datascience
-
R Weekly (rweekly)'s status on Tuesday, 16-Oct-2018 10:13:39 CEST
R Weekly
A small logical change with big impact https://link.rweekly.org/c5v #rstats #datascience
-
RFortunes (rfortunes)'s status on Tuesday, 16-Oct-2018 10:00:03 CEST
RFortunes
Your example requires all choices of 1541 out of 3000, which I would expect to take somewhere near age-of-the-universe seconds to compute. The code uses a clever nested computation due to Gail et al which will cut that time down to infinity/10.
-- Terry Therneau (on an example with exact computations in coxph)
R-help (June 2016) #Rstats -
R Weekly (rweekly)'s status on Monday, 15-Oct-2018 17:18:27 CEST
R Weekly
MCHT, Closures, and R Environments: Making MCHTest Objects Self-Contained https://link.rweekly.org/c5t #rstats #datascience
-
RFortunes (rfortunes)'s status on Monday, 15-Oct-2018 16:00:03 CEST
RFortunes
I believe functions should do what they say on the box (and the help page), and not what some user hopes they might do by mind-reading.
-- Brian D. Ripley
R-help (November 2004) #Rstats -
RFortunes (rfortunes)'s status on Monday, 15-Oct-2018 10:00:03 CEST
RFortunes
Ole F. Christensen: Brain, Thank you very much for your help.
Peter Dalgaard: You seem to be using call-by-value semantics rather than call-by-name...
-- Ole F. Christensen and Peter Dalgaard (thanking *Brian* D. Ripley for help)
R-devel (January 2006) #Rstats -
R Weekly (rweekly)'s status on Monday, 15-Oct-2018 07:30:28 CEST
R Weekly
R Weekly 2018-42 RStudio, ORCID https://link.rweekly.org/c5q #rstats #datascience
-
R Weekly (rweekly)'s status on Monday, 15-Oct-2018 03:28:38 CEST
R Weekly
September 2018: Top 40 New Packages https://link.rweekly.org/c5p #rstats #datascience
-
R Weekly (rweekly)'s status on Monday, 15-Oct-2018 01:13:38 CEST
R Weekly
RcppCCTZ 0.2.5 https://link.rweekly.org/c5o #rstats #datascience
-
RFortunes (rfortunes)'s status on Sunday, 14-Oct-2018 16:00:03 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 Sunday, 14-Oct-2018 10:00:03 CEST
RFortunes
Jeremy Koster: My students were looking at the estimated varying intercepts for each higher-level group (or the "BLUP's", as some people seem to call them).
Douglas Bates: As Alan James once said, "these values are just like the BLUPs - Best Linear Unbiased Predictors - except that they aren't linear and they aren't unbiased and there is no clear sense in which they are "best", but other than that ..."
-- Jeremy Koster and Douglas Bates
R-SIG-Mixed-Models (July 2012) #Rstats -
R Weekly (rweekly)'s status on Saturday, 13-Oct-2018 20:48:28 CEST
R Weekly
Piping into ggplot2 https://link.rweekly.org/c4v #rstats #datascience
-
R Weekly (rweekly)'s status on Saturday, 13-Oct-2018 16:57:28 CEST
R Weekly
RcppNLoptExample 0.0.1: Use NLopt from C/C++ https://link.rweekly.org/c4u #rstats #datascience
-
RFortunes (rfortunes)'s status on Saturday, 13-Oct-2018 16:00:02 CEST
RFortunes
Yes we CRAN!
-- Aurelien Latouche (suggestion for a T-shirt slogan)
private communication (July 2009) #Rstats -
RFortunes (rfortunes)'s status on Saturday, 13-Oct-2018 10:00:03 CEST
RFortunes
Perhaps same thing that will happen when those monks finish the Towers of Hanoi?
2 * 3^198
[1] 5.902533e+94
-- David Winsemius (in reponse to a question about expand.grid(x1=1, x2=1:2, x3=1:3, x4=1:3, x5=1:3, ..., x200=1:3))
R-help (January 2012) #Rstats