February 2017

The R Formula Method: The Bad Parts

February 28, 2017 | R Views

R’s model formula infrastructure was discussed in my previous post. Despite the elegance and convenience of the formula method, there are some aspects that are limiting. Limitations to Extensibility The model formula interface does have some limitations: It can be kludgy with many operations on many variables (e.g., ...
[Read more...]

Copying tables from R to Outlook

February 28, 2017 | Abhijit

I work in an ecosystem that uses Outlook for e-mail. When I have to communicate results with collaborators one of the most frequent tasks I face is to take a tabular output in R (either a summary table or some sort of tabular output) and send it to collaborators in ... [Read more...]

testing R code [book review]

February 28, 2017 | xi'an

When I saw this title among the CRC Press novelties, I immediately ordered it as I though it fairly exciting. Now that I have gone through the book, the excitement has died. Maybe faster than need be as I read it while being stuck in a soulless Schipol airport and ...
[Read more...]

US Babyname Collisions 1880-2014

February 28, 2017 | Theory meets practice...

Abstract We use US Social Security Administration data to compute the probability of a name clash in a class of year-YYYY born kids during the years 1880-2014. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. The markdown+Rknitr source code of this blog is available under a ... [Read more...]

Forecasting gentrification in city neighborhoods, with R

February 28, 2017 | David Smith

If you've lived in a big city, you're likely familiar with the impact of gentrification. For longtime residents of a neighbourhood, it can represent a decline in the culture and vibrancy of your community; for recent or prospective residents, it can represent a financial opportunity in rising home prices. For ... [Read more...]

forecast 8.0

February 28, 2017 | R on Rob J Hyndman

In what is now a roughly annual event, the forecast package has been updated on CRAN with a new version, this time 8.0. A few of the more important new features are described below. Check residuals A common task when building forecasting models is to c... [Read more...]

forecast 8.0

February 28, 2017 | R on Rob J Hyndman

In what is now a roughly annual event, the forecast package has been updated on CRAN with a new version, this time 8.0. A few of the more important new features are described below. Check residuals A common task when building forecasting models is to check that the residuals satisfy some ... [Read more...]

forecast 8.0

February 28, 2017 | Rob J Hyndman

In what is now a roughly annual event, the forecast package has been updated on CRAN with a new version, this time 8.0. A few of the more important new features are described below. Check residuals A common task when building forecasting models is to check that the residuals satisfy some ... [Read more...]

How to annotate a plot in ggplot2

February 28, 2017 | Sharp Sight

After you master the basics of R and ggplot2, you need to learn the little details. A great example of this is plot annotation. Adding little details like plot annotations help you communicate more clearly and "tell a story" with your plots. The post How to annotate a plot in ... [Read more...]

Copying tables from R to Outlook

February 27, 2017 | R on Abhijit Dasgupta

I work in an ecosystem that uses Outlook for e-mail. When I have to communicate results with collaborators one of the most frequent tasks I face is to take a tabular output in R (either a summary table or some sort of tabular output) and send it to collaborators in ... [Read more...]

A glance at R-bloggers Twitter feed

February 27, 2017 | Maëlle Salmon

It’s the second time I write a post about the blog aggregator R-bloggers, probably because I’m all about R blogs now that I have one. My husband says my posts are so meta. My first post was about R blogs names, in this one I shall focus on ... [Read more...]

A glance at R-bloggers Twitter feed

February 27, 2017 | Maëlle Salmon

It’s the second time I write a post about the blog aggregator R-bloggers, probably because I’m all about R blogs now that I have one. My husband says my posts are so meta. My first post was about R blogs names, in this one I shall focus on ... [Read more...]

ggraph: ggplot for graphs

February 27, 2017 | David Smith

A graph, a collection of nodes connected by edges, is just data. Whether it's a social network (where nodes are people, and edges are friend relationships), or a decision tree (where nodes are branch criteria or values, and edges decisions), the nature of the graph is easily represented in a ... [Read more...]
1 2 3 16

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)