November 2016

Plotting my trips with ubeR

November 27, 2016 | Simon Jackson

@drsimonj here to explain how I used ubeR, an R package for the Uber API, to create this map of my trips over the last couple of years:  Getting ubeR The ubeR package, which I first heard about here, is currently available on GitHub. In R, install and load it ...
[Read more...]

Building a column selecter

November 27, 2016 | That’s so Random

Maybe the following sounds familiar. You have a large data set with many, many columns of which the most are irrelevant to you. Typically, a dump from a database or the full set extracted from an API. Several times I found myself the better part of an afternoon going back ...
[Read more...]

Daily metric tracking with ggplot2

November 26, 2016 | HighlandR

In my role I have to produce a lot of run charts and control charts for monthly data, but sometimes there are processes behind the run charts that merit looking at the data on a daily basis. It can become impractical to start producing run c...
[Read more...]

Daily metric tracking with ggplot2

November 26, 2016 | HighlandR

In my role I have to produce a lot of run charts and control charts for monthly data, but sometimes there are processes behind the run charts that merit looking at the data on a daily basis. It can become impractical to start producing run c... [Read more...]

Compare Dates With RForcecom

November 25, 2016 | Dan Thompson

Have you used RForcecom to connect R to Salesforce? It’s really cool, and thanks to it using Bulk API, it’s absolutely rapid. Anyway, I recently came across a problem when trying to query records which had been edited based o... [Read more...]

Compare Dates With RForcecom

November 25, 2016 | Dan Thompson

Have you used RForcecom to connect R to Salesforce? It’s really cool, and thanks to it using Bulk API, it’s absolutely rapid. Anyway, I recently came across a problem when trying to query records which had been edited based o... [Read more...]

RStudio Server on OS X Sierra

November 25, 2016 | "Mauricio Vargas S. 帕夏"

Motivation I had to install RStudio Server in a computer recently upgraded to OS X Sierra. The steps are the same as in a previous post (RStudio Server on OS X El Capitan ) Homebrew setup If you don't have Homebrew installed you'll need to install it first. In my opinion ... [Read more...]

Chi-Square Test of Independence in R

November 25, 2016 | Easy Guides

The chi-square test of independence is used to analyze the frequency table (i.e. contengency table) formed by two categorical variables. The chi-square test evaluates whether there is a significant association between the categories of the two variables. This article describes the basics of chi-square test and provides practical examples ... [Read more...]

LR03: Residuals and RMSE

November 25, 2016 | intubate <||>, XBRL, bioPN, sbioPN, and stats with R

This is post #3 on the subject of linear regression, using R for computational demonstrations and examples. We cover here residuals (or prediction errors) and the RMSE of the prediction line. The first post in the series is LR01: Correlation. Acknowledgments: organization is extracted from: Freedman, Pisani, Purves, Statistics, 4th ed., ... [Read more...]

Accessing ensemble weather models with rNOMADS

November 24, 2016 | glossarch

Downloading a weather model and using it to predict stuff is all well and good – but what are the sources of error?  Specifically, how accurate is the atmospheric parametrization?   Luckily, NOMADS provides sets of models with slightly different initialization values.  The result is a set of realizations that captures the ...
[Read more...]

Measuring Gobbledygook

November 24, 2016 | Rstats on Julia Silge

In learning more about text mining over the past several months, one aspect of text that I’ve been interested in is readability. A text’s readability measures how hard or easy it is for a reader to read and understand what a text is saying; it depe... [Read more...]

Measuring Gobbledygook

November 24, 2016 | Julia Silge

In learning more about text mining over the past several months, one aspect of text that I’ve been interested in is readability. A text’s readability measures how hard or easy it is for a reader to read and understand what a text is saying; it depends on how ... [Read more...]

RcppExamples 0.1.8

November 24, 2016 | Thinking inside the box

A new version of the RcppExamples package is now on CRAN. The RcppExamples package provides a handful of short examples detailing by concrete working examples how to set up basic R data structures in C++. This version takes advantage of the updated d... [Read more...]
1 2 3 4 5 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)