December 2016

scatterpie for plotting pies on ggplot

December 6, 2016 | R on Guangchuang Yu

Plotting pies on ggplot/ggmap is not an easy task, as ggplot2 doesn’t provide native pie geom. The pie we produced in ggplot2 is actually a barplot transform to polar coordination. This make it difficult if we want to produce a map like the above screenshot, which was posted ...
[Read more...]

dplyrXdf 0.90 now available

December 6, 2016 | Hong Ooi

by Hong Ooi, Sr. Data Scientist, Microsoft Version 0.90 of the dplyrXdf package has just been released. dplyrXdf is a package that brings dplyr pipelines and data transformation verbs to Microsoft R Server’s xdf files. This version includes several changes, mostly to address performance and efficiency concerns, which I’ll ... [Read more...]

Structural Equation Modelling in R (Part 1)

December 6, 2016 | "Mauricio Vargas S. 帕夏"

Brief explanation Structural Equation Modelling (SEM) is a state of art methodology and fulfills much of broader discusion about statistical modeling, and allows to make inference and causal analysis. SEM models are regression models braodly used in Marketing, Human Resources, Biostatistics and Medicine, revealing their flexibility as analytical tool. Despite ... [Read more...]

Reddit Responds to the Election

December 5, 2016 | Rstats on Julia Silge

It’s been about a month since the U.S. presidential election, with Donald Trump’s victory over Hillary Clinton coming as a surprise to most. Reddit user Jason Baumgartner collected and published every submission and comment posted to Reddit on the day of (and a bit surrounding) the U.... [Read more...]

Reddit Responds to the Election

December 5, 2016 | Julia Silge

It’s been about a month since the U.S. presidential election, with Donald Trump’s victory over Hillary Clinton coming as a surprise to most. Reddit user Jason Baumgartner collected and published every submission and comment posted to Reddit on the ... [Read more...]

In case you missed it: November 2016 roundup

December 5, 2016 | David Smith

In case you missed them, here are some articles from November of particular interest to R users. Microsoft R Open 3.3.2, based on R 3.3.2, has been released for Windows, Mac and Linux. A new, free course on EdX focuses on the big-data extensions of Microsoft R Server. Using ggplot2 to create ... [Read more...]

Interacting With Amazon Athena from R

December 5, 2016 | hrbrmstr

This is a short post for those looking to test out Amazon Athena with R. Amazon makes Athena available via JDBC, so you can use RJDBC to query data. All you need is their JAR file and some setup information. Here’s how to get the JAR file to the ... [Read more...]

Functions exercises vol. 2

December 5, 2016 | Maria Elisa Bertinat Tulipano

[For this exercise, first write down your answer, without using R. Then, check your answer using R.] Answers to the exercises are available here. Exercise 1 Create a function that given a data frame and a vector, will add a the vector (if the vector length match with the rows number ... [Read more...]

Top 5 R Package Maintainers

December 5, 2016 | DataCamp Blog

The R Community is powered by open course contributions from a wide variety of individuals. Anyone can create and distribute R packages that benefit the R community and make it easier for R users all over the world to work with their code. Some R use... [Read more...]

EARL Boston Revisited

December 5, 2016 | Mango Blogger

After a successful EARL London in September of this year (see here and here) it was Boston’s turn to shine. This is only the second time this conference has run, yet its quality of speakers is at par with London. … Continue reading → [Read more...]

Cross-validation for time series

December 5, 2016 | R on Rob J Hyndman

I’ve added a couple of new functions to the forecast package for R which implement two types of cross-validation for time series.K-fold cross-validation for autoregression The first is regular k-fold cross-validation for autoregressive models. Although cross-validation is sometimes not valid for time series models, it does work for ... [Read more...]

Cross-validation for time series

December 5, 2016 | Rob J Hyndman

I’ve added a couple of new functions to the forecast package for R which implement two types of cross-validation for time series. K-fold cross-validation for autoregression The first is regular k-fold cross-validation for autoregressive models. Although cross-validation is sometimes not valid for time series models, it does work for ... [Read more...]

Supreme Court Politics

December 5, 2016 | jlebeau

I had wanted to post this before the US Election, but time constraints didn't allow.  With the potential for new Supreme Court Justices in the next four years, many voters and namely single-issue voters rallied behind Donald Trump for his seeming support for a conservative justice.  Most of the people ...
[Read more...]

Reading a Table from Yahoo Finance

December 5, 2016 | Thomas Huben

As you know, the composition of an Index changes over time and this scipt takes the Yahoo Finance page and retrieves all individual stock symbols for you and stores it in the tickers object.I had to update my R-Version to use the RCurl package - this is required as ... [Read more...]

Crime Analysis – Denver-Part 3

December 5, 2016 | Scott Stoltzman

Marijuana, Alcohol, and Other Drugs Continuing our Exploration of the Data After identifying the sources of crime growth, it’s time to investigate specific crime rates. This blog post addresses drug and alcohol crimes in Denver over the past few years. This is a very simplistic view because it will ... [Read more...]
1 13 14 15 16 17 18

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)