November 2018

RcppEigen 0.3.3.5.0

November 24, 2018 | Thinking inside the box

Another minor release 0.3.3.5.0 of RcppEigen arrived on CRAN today (and just went to Debian too) bringing support for Eigen 3.3.5 to R. As we now carry our small set of patches to Eigen as diff in our repo, it was fairly straightforward to bring thes... [Read more...]

lmer vs INLA for variance components

November 24, 2018 | aghaynes

Just for fun, I decided to compare the estimates from lmer and INLA for the variance components of an LMM (this isn’t really something that you would ordinarily do – comparing frequentist and bayesian approaches). The codes are below. A couple of plots are drawn, which show the distribution of ... [Read more...]

OneR – fascinating insights through simple rules

November 24, 2018 | Learning Machines

We already saw the power of the OneR package in the preceding post. Here we want to give some more examples to gain some fascinating, often counter-intuitive, insights. Shirin Glander of Muenster University tested the OneR package with data from the World Happiness Report to find out what makes people ... [Read more...]

EARL conference recap: Seattle 2018

November 23, 2018 | Martin Monkman

I had the pleasure of attending the EARL (Enterprise Applications of the R Language) Conference held in Seattle on 2018-11-07, and the honour of being one of the speakers. The EARL conferences occupy a unique niche in the R conference universe, bringin... [Read more...]

Liar’s Dice in R

November 23, 2018 | Daniel Oehm

I have been playing Red Dead Redemption 2, immersing myself in the Old West as I did with the first […] The post Liar’s Dice in R appeared first on Daniel Oehm | Gradient Descending. [Read more...]

More Robust Monotonic Binning Based on Isotonic Regression

November 23, 2018 | statcompute

Since publishing the monotonic binning function based upon the isotonic regression (https://statcompute.wordpress.com/2017/06/15/finer-monotonic-binning-based-on-isotonic-regression), I’ve received some feedback from peers. A potential concern is that, albeit improving the granularity and predictability, the binning is too fine and might not generalize well in the new data. In light ...
[Read more...]

Getting player information

November 23, 2018 | Analysis of AFL

So its draft time in AFL at the moment and being a keen fan on all drafting I was a little disappointing with the coverage. Not because there were not people doing some interesting work. We had a great article on ABC by the guys over at HPN who were ...
[Read more...]

Do Ruckman Mature later

November 23, 2018 | Analysis of AFL

Recently I saw this tweet at James Coventry the author of footballistics. It got me thinking that this would be an interesting example now that we have players heights, position and weight to answer this kind of question. This by no means is meant to be a rigorous statistical analysis ...
[Read more...]

Interactive Graphics with R Shiny

November 23, 2018 | martin

Well, R is definitively here to stay and made its way into the data science tool zoo. For me as a statistician, I often feel alienated surrounded by these animals, but R is still also the statistician’s tool of choice (yes, it has come to age, but where are ... [Read more...]

Counting digits by @ellis2013nz

November 23, 2018 | free range statistics - R

Counting digits appearing in page numbers The other day in a training session, the facilitators warmed people up into intellectual work with this group exercise: Count the number of times the digit “1” appears in the page numbers of a 90 page book. Then, count the number of times it appears in ... [Read more...]

Creating List with Iterator

November 22, 2018 | statcompute

In the post (https://statcompute.wordpress.com/2018/11/17/growing-list-vs-growing-queue), it is shown how to grow a list or a list-like queue based upon a dataframe. In the example, the code snippet was heavily relied on the FOR loop to do the assignment item by item, which I can’t help thinking ... [Read more...]

Purpose

November 22, 2018 | Analysis of AFL

This part of the blog, I will try to recreate papers using freely available data. The reason I am doing this is because I love AFL and enjoy doing modelling, seeing graphs and reading peoples takes on the numbers behind the game. Numbers add yet anothe... [Read more...]

Choosing hyper-parameters in penalized regression

November 22, 2018 | Florian Privé

In this post, I’m evaluating some ways of choosing hyper-parameters (\(\alpha\) and \(\lambda\)) in penalized linear regression. The same principles can be applied to other types of penalized regresions (e.g. logistic). Model In penalized linear regression, we find regression coefficients \(\hat{\beta}_0\) and \(\hat{\beta}\) that minimize the ...
[Read more...]
1 2 3 4 5 6 15

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)