May 2018

I’m not following you II: Twitter data and R

May 5, 2018 | quantixed

My activity on twitter revolves around four accounts. Practice note:@clathrin: science, cell biology, sometimes music and cycling/running@roylelab: lab news and announcements, part of @Warwick_CMCB@quantixed: programming, data, nerdery.Opinions my own etc — Steve Royle (@clathrin) May 4, 2018 I try to segregate what happens on each account, and ...
[Read more...]

The DRY Principle and Knowing When to Make a Package

May 4, 2018 | r on Tony ElHabr

Don’t Repeat Yourself (DRY) Probably everyone who has done some kind of programming has heard of the “Don’t Repeat Yourself” (DRY) principle. In a nutshell, it’s about reducing code redundancy for the purpose of reducing error and enhancing readability. Undoubtedly the most common manifestation of the DRY ...
[Read more...]

How to Plot With Ggiraph: Exercises

May 4, 2018 | Euthymios Kasvikis

INTRODUCTION The ggiraph is an htmlwidget and a ggplot2 extension. It allows ggplot graphics to be animated. Animation is made with ggplot geometries that can understand three arguments: Tooltip: a column of data-sets that contain tooltips to be displayed when the mouse is over elements. Onclick: a column of data-sets ... [Read more...]

tidyposterior slides

May 4, 2018 | Max Kuhn

tidyposterior is an R package for comparing models based on their resampling statistics. There are a few case studies on the webpage to illustrate the process. I gave a talk at th... [Read more...]

greybox package for R

May 4, 2018 | Ivan Svetunkov

I am delighted to announce a new package on CRAN. It is called “greybox”. I know, what my American friends will say, as soon as they see the name – they will claim that there is a typo, and that it should be “a” instead of “e”. But in fact no ...
[Read more...]

MLE with General Optimization Functions in R

May 3, 2018 | statcompute

In my previous post (https://statcompute.wordpress.com/2018/02/25/mle-in-r/), it is shown how to estimate the MLE based on the log likelihood function with the general-purpose optimization algorithm, e.g. optim(), and that the optimizer is more flexible and efficient than wrappers in statistical packages. A benchmark comparison are given ... [Read more...]

Make Your Own AFL Graph

May 3, 2018 | Analysis of AFL

“The greatest value of a picture is when it forces us to notice what we never expected to see.” - J. W. Tukey (1977) To learn a new skill I think there needs to be 2 main drivers An interest in a topic easy to get to tangible wins to encourage deeper ...
[Read more...]

FitzRoy

May 3, 2018 | Analysis of AFL

I don’t know if anyone knows this, but I love sports. A key barrier to entry for the growth of the AFL analytics community is simply data access which prevents not only people having a go at writing, but it also prevents current media having reproduc... [Read more...]

Bayesian Inference with Backfitting MCMC

May 2, 2018 | AO

Previous posts in this series on MCMC samplers for Bayesian inference (in order of publication): Bayesian Simple Linear Regression with Gibbs Sampling in R Blocked Gibbs Sampling in R for Bayesian Multiple Linear Regression Metropolis-in-Gibbs Sampling... [Read more...]

Regression Modeling for Time Series

May 2, 2018 | Rbloggers on Personal Blog

Query Google Trends Explore and Decompose the Series Model the Linear Relationship Accounting for Autocorrelation Summary A little over a month ago Rob Hyndman finished the 2nd edition of his open source book Forecasting: Principles and Practice. Take a look, it’s a fantastic introduction and companion to applied time ...
[Read more...]
1 13 14 15 16

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)