October 2016

Understanding empirical Bayesian hierarchical modeling (using baseball statistics)

October 11, 2016 | David Robinson

Previously in this series: Understanding the beta distribution Understanding empirical Bayes estimation Understanding credible intervals Understanding the Bayesian approach to false discovery rates Understanding Bayesian A/B testing Understanding beta binomial regression Suppose you were a scout hiring a new baseball player, and were choosing between two that have had 100 ... [Read more...]

bayesAB 0.7.0 + A Primer on Priors

October 11, 2016 | Frank Portman

bayesAB 0.7.0 Quick announcement that my package for Bayesian AB Testing, bayesAB, has been updated to 0.7.0 on CRAN. Some improvements on the backend as well a few tweaks for a more fluid UX/API. Some links: bayesAB Github Repo CRAN Page Now, on to the good stuff. Why should we care ... [Read more...]

EARL Boston Full Agenda Released

October 11, 2016 | Angela Roberts

We are delighted to announce the full agenda for the EARL2016 Conference which takes place at the fabulous Museum of Science, Boston  on 7-9th November. The conference will feature : 3 pre-conference workshops 2 Keynote Presentations 21 Presentations from leading R and industry practitioners 1 Evening … Continue reading → [Read more...]

Reproducible Reports with RStudio

October 11, 2016 | "Mauricio Vargas S. 帕夏"

Tired of R code not working on the fly even between your own computers? Think in a reproducible way. I've been thinking about the best way to create a reproducible report with rmarkdown and how to share that with people that don't even have R installed. Rmd format allows you ... [Read more...]

Movies and Series subtitles in R with subtools

October 11, 2016 | franzk

Every time I download subtitles for a movie or a series episode, I cannot help thinking about all this text that could be analyzed with text mining methods. As my PhD came to its end in April and I started a postdoc in September, I could use some time of ...
[Read more...]

corrr 0.2.1 now on CRAN

October 11, 2016 | Simon Jackson

@drsimonj here to discuss the latest CRAN release of corrr (0.2.1), a package for exploring correlations in a tidy R framework. This post will describe corrr features added since version 0.1.0. You can install or update to this latest version directly from CRAN by running: install.packages(corrr) Let’s load corrr ...
[Read more...]

7th MilanoR Meeting: October 27

October 11, 2016 | MilanoR

MilanoR is a free event, open to all R users and enthusiasts or those who wish to learn more about R. The meeting consists of two talks (this time one about big data and and one about statistical learning) + a free buffet and networking time The post 7th MilanoR Meeting: ... [Read more...]

Create an inset plot

October 10, 2016 | Bluecology blog

How to inset a plot on another plot in R The difficulty of plotting one plot over the top of another in R has always frustrated me. I often end up opening some photo editing software (like Gimp, which is free) and doing it manually. However, manual ed... [Read more...]

Make ggplot graphics2 interactive with ggiraph

October 10, 2016 | David Smith

R's ggplot2 package is a well-known tool for producing beautiful static data visualizations that you can include in a printed report. But what if you want to include a ggplot2 graphic on a webpage and provide the ability for the user to interact with the data? The ggiraph package by ... [Read more...]

R package `MCMCvis` now on CRAN

October 10, 2016 | caseyyoungflesh

MCMCvis, an R package for visualizing, manipulating, and summarizing MCMC output is now available on CRAN! It can be installed with: install.packages('MCMCvis') The vignette (tutorial) can be run with: vignette('MCMCvis') MCMCvis was designed to perform key functions for MCMC analysis … Continue reading →
[Read more...]

Mapping (historic) tracks in ggplot2

October 10, 2016 | James

This tutorial was first published in “Geocomputation a Practical Primer“. Here is a more complex example showing how to produce a map of 18th Century Shipping flows. The data have been obtained from the CLIWOC project and they represent a sample of digitised ships’ logs from the 18th Century. We ... [Read more...]

The yarrr package (0.0.8) is (finally!) on CRAN

October 10, 2016 | ndphillips

Great news R pirates! The yarrr package, which contains the pirateplot, has now been updated to version 0.0.8 and is up on CRAN (after hiding in plain sight on GitHub). Let’s install the latest version (0.0.8) and go over some of the updates: The most important function in the yarrr package ... [Read more...]
1 9 10 11 12 13 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)