On Jul 12, 10:55 pm, Luke Hope <
rukubi...@gmail.com> wrote:
> Hi all,
>
> I've been hanging on to some code I developed about 5-6 years ago when I was in academia. I'm wondering if I should open source it.
Bayesian data analysis seems fashionable now, with new books and
courses, in particular, Kruschke's book with R, and the recent courses
at SEE, Udacity, and Coursera. I'm a data munger by trade, not a
statistician, nevertheless I've audited a couple of these courses and
have bought a couple of books on R, including Kruschke's book.
Much of my job consists of reporting data, and I've gravitated to R
because of its very strong graphical capabilities. I can't use it for
data analysis but I certainly do use it to produce all sorts of
graphical output. A picture really is worth a thousand words.
I would ABSOLUTELY release your code to the public. I think it's a
GREAT idea, and I would encourage you to do so.
That said, I would make sure that you include sample data sets and a
detailed cookbook using your module. If you want to appeal to the
largest possible audience, assume that curiosity rather than need will
attract users. I wouldn't think a tutorial on Bayes' rule is
appropriate, people can find plenty in the public domain in this
regard. I do think a goodly number of examples showing how to use your
code is necessary.
If you've used your code to any extent, you shouldn't have a problem
with the examples. If you've been in academia, you certainly have used
students as a resource to solve problems.
Thanks, CC.