December 2018

Rrrrs in R – Letter frequency in R package names

December 6, 2018 | R on YIHAN WU

R package authors sometimes like to add the letter “r” to package names (for example, the tidyverse packages). baRcodeR also has an extra “r” at the end as well. I thought I could use some available data see if the letter frequency changes compared to the English language average. I ...
[Read more...]

Statistics in Glaucoma: Part II

December 6, 2018 | R Views

Samuel Berchuck is a Postdoctoral Associate in Duke University’s Department of Statistical Science and Forge-Duke’s Center for Actionable Health Data Science. Joshua L. Warren is an Assistant Professor of Biostatistics at Yale University. Analyzing Visual Field Data In Part I of this series on statistic in glaucoma, we ...
[Read more...]

Network Centrality in R: An Introduction

December 6, 2018 | schochastics

This is the first post of a series on the concept of “network centrality” with applications in R and the package netrankr. There is already a rudimentary tutorial for the package, but I wanted to extend it to a broader tutorial for network centrality. The main focus of the blog ... [Read more...]

Intuition for principal component analysis (PCA)

December 6, 2018 | Learning Machines

Principal component analysis (PCA) is a dimension-reduction method that can be used to reduce a large set of (often correlated) variables into a smaller set of (uncorrelated) variables, called principal components, which still contain most of the information. PCA is a concept that is traditionally hard to grasp so instead ... [Read more...]

Day 06 – little helper statusbar

December 6, 2018 | Jakob Gepp

We at STATWORX work a lot with R and we often use the same little helper functions within our projects. These functions ease our daily work life by reducing repetitive code parts or by creating overviews of our projects. At first, there was no plan to make a package, but ...
[Read more...]

Running an R script on heroku

December 5, 2018 | Roel M. Hogervorst

In this post I will show you how to run an R script on heroku every day. This is a continuation of my previous post on tweeting a death from wikidata. Why would I want to run a script on heroku? It is extremely simple, you don’t need to ... [Read more...]

The JapanR Conference 2018 Round-Up!

December 5, 2018 | R by R(yo)

This past weekend was the 9th JapanR Conference hosted at LINE Corporation in Tokyo, Japan! I’ve been back in Japan for nearly a year now and I’ve been going to nearly every one of the R user meetups here, TokyoR, and it’s ...
[Read more...]

Gender Diversity in the R and Python Communities

December 5, 2018 | David Smith

Many (if not most) tech communities have far more representation from men than from women (and even fewer from nonbinary folk). This is a shame, because everybody uses software, and these projects would self-evidently benefit from the talent and expertise from across the entire community. Some projects are doing better ...
[Read more...]

Extract data from a PNG/TIFF

December 5, 2018 | aghaynes

Sometimes it’s useful to be able to extract data from a published figure. If the figure isn’t a vector based format (for which the numeric data is probably still in the file), it’s possible to digitize the image with R, click the points and extract it that ...
[Read more...]

Day 05 – little helper get_network

December 5, 2018 | Jakob Gepp

We at STATWORX work a lot with R and we often use the same little helper functions within our projects. These functions ease our daily work life by reducing repetitive code parts or by creating overviews of our projects. At first, there was no plan to make a package, but ...
[Read more...]

ggQC | ggplot Quality Control Charts – New Release

December 4, 2018 | Kenith Grey

The ggQC package is a quality control extension for ggplot. Use it to create XmR, XbarR, C and many other highly customizable Control Charts. Additional statistical process control functions include Shewart violation checks as well as capability analysis. If your process is running smoothly, visualize the potential impacted of your ... [Read more...]

Exploring R Packages – plyr

December 4, 2018 | Anindya Mozumdar

In this post, we explore the functionality provided by the plyr package. The ideas behind this package are described in this paper by Hadley Wickham. However, rather than trying to understand the theoretical underpinnings of the package, we look at some of the useful functions provided by this package and ... [Read more...]

How to create ‘Warming Stripes’ in R

December 4, 2018 | R on Dominic Royé

This year, the so-called warming stripes, which were created by the scientist Ed Hawkins of the University of Reading, became very famous all over the world. These graphs represent and communicate climate change in a very illustrative and effective way. Visualising global temperature change since records began in 1850. Versions for ...
[Read more...]

Community Call – Governance strategies for open source research software projects

December 4, 2018 | rOpenSci - open tools for open science

???? Dan Sholler, rOpenSci Postdoctoral Fellow ???? Tuesday, December 18, 2018, 10-11AM PST; 7-8PM CET (find your timezone) ☎️ Details for joining the Community Call. Everyone is welcome. No RSVP needed. Researchers use open source software for the capabilities it provides, such as streamlined data access and analysis and interoperability with other pieces ...
[Read more...]

Heatmaps of Mortality Rates

December 4, 2018 | R on kieranhealy.org

As part of the run-up to the release of Data Visualization (out in about ten days! Currently 30% off on Amazon!), I’ve been playing with graphing different kinds of data. One great source of rich time-series data is mortality.org, which hosts a collection of standardized demographic data for a ... [Read more...]

Bayesian Nonparametric Models in NIMBLE, Part 1: Density Estimation

December 4, 2018 | Chris Paciorek

Bayesian Nonparametric Models in NIMBLE, Part 1: Density Estimation Bayesian nonparametrics in NIMBLE: Density estimation Overview NIMBLE is a hierarchical modeling package that uses nearly the same language for model specification as the popular MCMC packages WinBUGS, OpenBUGS and JAGS, while making the modeling language extensible — you can add distributions and ... [Read more...]
1 9 10 11 12 13

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)