July 2014

implementing reproducible research [short book review]

July 14, 2014 | xi'an

As promised, I got back to this book, Implementing reproducible research (after the pigeons had their say). I looked at it this morning while monitoring my students taking their last-chance R exam (definitely last chance as my undergraduate R course is not reconoduced next year). The book is in fact ... [Read more...]

“Vignettes” Update

July 14, 2014 | dogle

As a follow-up to my post about major changes to FSA and that some of the “old” vignettes are now out-of-date, here is a brief summary of new material in the draft book chapters (linked to below) that replaced the … Continue reading → [Read more...]

Guide to Machine Learning with R from InsideBigData

July 14, 2014 | David Smith

InsideBigData has published a new Guide to Machine Learning, in collaboration with Revolution Analytics. As the name suggests, the Guide provides an overview of machine learning techniques, with a focus on implementation with the R language and (for big-data applications) Revolution R Enterprise. You can download the Guide here (email ... [Read more...]

R Notes: Functions

July 14, 2014 | Yin Zhu

R's semantics is modeled after Scheme. Scheme is a functional language and R is functional too. I am writing about the functions in R and many R's strange usages are just syntax sugars of special function calls. What is rownames(x) [Read more...]

Using bootMer to do model comparison in R

July 13, 2014 | grumble10

Setting the right random effect part in mixed effect models can be tricky in many applied situation. I will not talk here about choosing wether a grouping variable (sites, individuals …) should be included as a fixed term or as a random term, please see Gelman and Hill (2006) and Zuur et ... [Read more...]

Stan goes to the World Cup

July 13, 2014 | andrew

I thought it would be fun to fit a simple model in Stan to estimate the abilities of the teams in the World Cup, then I could post everything here on the blog, the whole story of the analysis from beginning to end, showing the results of spending a couple ... [Read more...]

The Zebra Of Riemann

July 13, 2014 | aschinchon

Mathematics is the art of giving the same name to different things (Henri Poincare) Many surveys among experts point that demonstration of the Riemann Hypothesis is the most important pending mathematical issue in this world. This hypothesis is related to Riemann zeta function, which is supossed to be zero only ... [Read more...]

Assumption Checking – Part I

July 12, 2014 | Todd Connelly

Often when working, we are under deadlines to produce results in a reasonable timeframe. Sometimes an analyst may not check his assumptions if he is under a tight deadline. A simple example to illustrate this would be a one sample … Continue reading → [Read more...]

RcppArmadillo 0.4.320.0

July 12, 2014 | Thinking inside the box

While I was out at the (immensely impressive and equally enjoyable) useR! 2014 conference at UCLA, Conrad provided a bug-fix release 4.320 of Armadillo, the nifty templated C++ library for linear algebra. I quickly rolled that into RcppArmadillo rel... [Read more...]

odfweave setup and counting logicals

July 12, 2014 | Wingfeet

Two short items in this blogpost. Since it was not obvious how to run odfWeave() in my particular setup, the call I am using. Then there were several people crosstabulating logical vectors, so I wanted to play along, 80 times faster than table().odfWeaveMy particular setup consists of R, 7-zip, libreoffice. ... [Read more...]

R Notes: vectors

July 12, 2014 | Yin Zhu

  R is different from C family languages. It has a C syntax, but a Lisp semantics. Programmers from C/C++/Java world would find many usages in R adhoc and need to memorize special cases. This is because they use R from a C's perspective. R is a very elegant ... [Read more...]

Le Monde puzzle [#875]

July 11, 2014 | xi'an

I learned something in R today thanks to Le Monde mathematical puzzle: A two-player game consists in A picking a number n between 1 and 10 and B and A successively choosing and applying one of three transforms to the current value of n n=n+1, n=3n, n=4n, starting with ...
[Read more...]

Sometimes I feel (some) need for speed

July 11, 2014 | Luis

I’m the first to acknowledge that most of my code could run faster. The truth of the matter is that, in essence, I write ‘quickies’: code that will run once or twice, so there is no incentive to spend days or hours in shaving seconds of a computation. Most ... [Read more...]

IEEE ranks R #9 amongst all languages

July 11, 2014 | David Smith

IEEE — the world's largest professional association for the language of technology — recently published its ranking of the popularity of programming languages. The R language comes in at number 9 in the list. The ranking is based on 12 weighted factors, including Google search rankings and trends, social media chatter, aggregator posts (Reddit ... [Read more...]

Bayesian Wizardry for Muggles

July 11, 2014 | arthur charpentier

Monday, I will be giving the closing talk of the R in Insurance Conference, in London, on Bayesian Computations for Actuaries, as to be more specific, Getting into Bayesian Wizardry… (with the eyes of a muggle actuary). The animated version of the slides (since we will spend some time on ... [Read more...]
1 6 7 8 9 10 12

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)