April 2016

Beating lollipops into dumbbells

April 12, 2016 | hrbrmstr

Shortly after I added lollipop charts to ggalt I had a few requests for a dumbbell geom. It wasn’t difficult to do modify the underlying lollipop Geoms to make a geom_dumbbell(). Here it is in action: library(ggplot2) library(ggalt) # devtools::install_github("hrbrmstr/ggalt") library(dplyr)   # from: ...
[Read more...]

Supervised Machine Learning with R Workshop on April 30th

April 12, 2016 | Tony Ojeda

Data Community DC and District Data Labs are hosting a Supervised Machine Learning with R workshop on Saturday April 30th. Come out and learn about R's capabilities for regression and classification, how to perform inference with these models, and how to use out-of-sample evaluation methods for your models! [Read more...]

Determining the Number of Factors with Parallel Analysis in R

April 12, 2016 | Equastat

Tom Schmitt April 12, 2016 As discussed on page 308 and illustrated on page 312 of Schmitt (2011), a first essential step in Factor Analysis is to determine the appropriate number of factors with Parallel Analysis in R. The data consists of 26 psychological tests administered by Holzinger and Swineford (1939) to 145 students and Continue Reading.. The ... [Read more...]

Using Travis? Make sure you use a Github PAT

April 12, 2016 | Steph

We’re in the fantastic situation where lots of people are using Travis-CI to test their R packages or use it to test and deploy their analytics/ documentation / anything really. It’s popularity has been having a negative side-effect recently though! GitHub rate limits API access to 5000 requests per hour ... [Read more...]

New Course: “Shapefiles for R Programmers”

April 12, 2016 | Ari Lamstein

Today my new course, Shapefiles for R Programmers, is available for preorder! This course is designed to open up new doors of data analysis for R programmers by teaching them how to work with shapefiles, using both GIS programs and R. Shapefiles are the most common method of storing maps, ...
[Read more...]

Adding motion to choropleths

April 11, 2016 | Joshua Kunst

Time ago @hrbrmstr show how to replicate a visualization made by New York Times with R. The @nytgraphics folks are spiffy.so is #rstats https://t.co/zc1gIx6cyE https://t.co/XAmVPDLfC7 #tigrisviridisggplot pic.twitter.com/9ZK6wvYDnh— boB Rudis (@hrbrmstr) March 25, 2016 The result we hope is like ... [Read more...]

The FBI’s aerial surveillance program, visualized with R

April 11, 2016 | David Smith

Buzzfeed's Peter Aldhous and Charles Seife broke a major news story last week: the US Federal Bureau of Investigation and Department of Homeland Security operate more than 200 small aircraft (mainly Cessnas and some helicopters) which routinely circle various sites near US cities, presumably to gather data with onboard cameras and ... [Read more...]

Predicting Wine Quality with Azure ML and R

April 11, 2016 | Shaheen Gauher

by Shaheen Gauher, PhD, Data Scientist at Microsoft In machine learning, the problem of classification entails correctly identifying to which class or group a new observation belongs, by learning from observations whose classes are already known. In what follows, I will build a classification experiment in Azure ML Studio to ... [Read more...]

R in Finance and other events

April 11, 2016 | Pat

Highlighted R in Finance 2016 May 20-21, Chicago. 2 days, limited space, 50 speakers, including: Pat Burns on “Some Linguistics of Quantitative Finance” Abstract: How can the abstract be written for a talk with an ambiguous and possibly misleading title without itself being vague and misleading? I don’t know, but perhaps: A ...
[Read more...]

Simulating queueing systems with ‘simmer’

April 11, 2016 | Iñaki

We are very pleased to announce that a new release of simmer, the Discrete-Event Simulator for R, is on CRAN. There are quite a few changes and fixes, with the support of preemption as a star new feature. Check out the complete set of release notes here. Let’s simmer ...
[Read more...]

Simulating queueing systems with simmer

April 11, 2016 | FishyOperations

We are very pleased to announce that a new release of simmer, the Discrete-Event Simulator for R, is on CRAN. There are quite a few changes and fixes, with the support of preemption as a star new feature. Check out the complete set of release notes here. Let’s simmer ... [Read more...]

The opinionated estimator

April 11, 2016 | David Lindelöf

You have been lied to. By me. I taught once a programming class and introduced my students to the notion of an unbiased estimator of the variance of a population. The problem can be stated as follows: given a set of observations $(x_1, x_2, …, x_n)$, what can you say ... [Read more...]
1 6 7 8 9 10 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)