Skip to content
Prev 336187 / 398513 Next

creating an equivalent of r-help on r.stackexchange.com ?

As one of the original ranters of "hey lets move to StackOverflow" a
few years back (see my UseR! lightning talk from Warwick) I should
probably stick my oar in.

I don't think the SO model is a good model for all the discussions
that go on on R-help.

I think SO is a good model for questions that have fairly precise
answers that are demonstrably 'correct'.

I think a mailing list is a bad model for questions that have answers.
Reasons? Well, I see an email thread, start reading it, eight messages
in, somewhere in a mix of top-posted and bottom-posted content, I
discover the original poster has said "Yes thanks Rolf that works!".
Maybe I've learnt something in that process, but maybe I had the
answer too and I've just wasted my time reading that thread. With
StackOverflow questioners "accept" an answer and you needn't waste
time reading it. I've given up reading R-help messages with
interesting question titles if there's more than two contributors and
six messages, since its either wandered off-topic or been answered. I
suspect that heuristic is less efficient than SO's "answer accepted"
flag.

SO questions are tagged. I can look at only the ggplot-tagged
questions, or the 'spatial'-tagged questions, or ignore anything with
'finance' in it. Mailing lists are a bit coarse-grained and rigid for
that, and subject lines are often uninformative of the content.

SO is smart. Users are dumb, right? How many R-help questions could
have been answered by googling or reading the documentation? SO
compares input questions with existing questions, and suggets to users
that maybe this question here has the answer. How cool is that? And
the more questions and answers it has, the smarter that system gets.
Duplicate questions can be manually flagged by moderators.

SO questions get edited by other users, including fixing typos and
tagging properly. And bad questions are moderated out of existence, so
you don't even see them. How would you like to never see an R FAQ 7.31
question ever again?

For general discussion of R-related topics I think R-help is a better
place than SO but please don't make the mistake of thinking SO is just
another "web-forum" which those pesky kids on my lawn are promoting
instead of my cuddly old mailing list. Its a brilliant
question-and-answer *service*, which could not work as well as it does
over email.

 I also don't think a specialised R StackExchange site would be a good
idea either, since the site software is not suited to discussions and
the site would just fill with rambling guff.

 In summary: got an R programming question that you think has a
definite answer? Post to SO. Want to ask something for discussion,
like what options there are for doing XYZ in R, or why lm() is faster
than glm(), or why are these two numbers not equal - post to R-help.
Questions like that do get posted to SO, but we mod them down for
being off-topic and they disappear pretty quickly.

 Personally I still don't like mailing lists for discussions, but
StackExchange sites are not the place for discussion and I'm not sure
a better place exists that would keep everyone happy anyway!
On Mon, Feb 3, 2014 at 9:49 PM, Ted Harding <Ted.Harding at wlandres.net> wrote: