November 2016

The flock Package is on CRAN

November 12, 2016 | quintuitive

About a couple of years ago, I rolled out the flock package to help me synchronize R processes. I have used it ever since, but it wasn’t until recently that I found the time to move the source code to GitHub, and to add the package to CRAN. The ... [Read more...]

Example 7.3: what a mess!

November 12, 2016 | xi'an

A rather obscure question on Metropolis-Hastings algorithms on X Validated ended up being about our first illustration in Introducing Monte Carlo methods with R. And exposing some inconsistencies in the following example… Example 7.2 is based on a [toy] joint Beta x Binomial target, which leads to a basic Gibbs sampler. ...
[Read more...]

Ordering categories within ggplot2 facets

November 12, 2016 | Simon Jackson

@drsimonj here to share my method for ordering categories within facets to create plots that look like this… instead of like this…  Motivation: Tidy Text Mining in R The motivation for this post comes from Tidy Text Mining in R by Julia Silge and David Robinson. It is a must ...
[Read more...]

You should re-encode high cardinality categorical variables

November 11, 2016 | John Mount

Nina Zumel and I have been doing a lot of writing on the (important) details of re-encoding high cardinality categorical variables for predictive modeling. These are variables that essentially take on string-values (also called levels or factors) and vary through many such levels. Typical examples include zip-codes, vendor IDs, and ... [Read more...]

ShinyProxy 0.7.0

November 11, 2016 | tobias

Friday 11 November 2016 - 19:06 ShinyProxy is a novel, open source platform to deploy Shiny apps for the enterprise or larger organizations. Our previous post on the how and why of ShinyProxy triggered a lot of encouraging reactions. Here's our...
[Read more...]

ShinyProxy 0.7.0

November 11, 2016 | Open Analytics

Our previous post on the how and why of ShinyProxy triggered a lot of encouraging reactions. Here’s our favorite: Indeed choosing for Docker opens a world of possibilities for ShinyProxy and making you no longer dependent on a particular version of R or shiny is only one of the ...
[Read more...]

New paper: “SPLASH, a hashed identifier for mass spectra”

November 11, 2016 | Egon Willighagen

I'm excited to have contributed to this important (IMHO) interoperability paper around metabolomics data: "SPLASH, a hashed identifier for mass spectra" (doi:10.1038/nbt.3689, readcube:msZj). A huge thanks to all involved in the great collaborative project! The source code project is fully open source and coordinated by Gert Wolgemuth, the ... [Read more...]

Make a bar plot with ggplot

November 11, 2016 | wszafranski

The first time I made a bar plot (column plot) with ggplot (ggplot2), I found the process was a lot harder than I wanted it to be. This post steps through building a bar plot from start to finish. First, let’s make some data. I’m going to make ...
[Read more...]

Easy Cross Validation in R with `modelr`

November 11, 2016 | Jacob Simmering

When estimating a model, the quality of the model fit will always be higher in-sample than out-of-sample. A model will always fit the data that it is trained on, warts and all, and may use those warts and statistical noise to make predictions. As a result, a model that performs ... [Read more...]

Mapping Election Results in Utah

November 10, 2016 | Julia Silge

My adopted home state of Utah has been a weird place this election cycle. For the unfamiliar, Utah is extremely conservative when it comes to politics; it is one of the reddest of the red states and has backed the Republican candidate for president for... [Read more...]
1 8 9 10 11 12 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)