June 2017

Security: the dangers of copying and pasting R code

June 7, 2017 | csgillespie

Most of the time when we stumble across a code snippet online, we often blindly copy and paste it into the R console. I suspect almost everyone does this. After all, what’s the harm? Consider this simple piece of R code that performs simple linear regression # Generate data x = ... [Read more...]

In case you missed it: May 2017 roundup

June 6, 2017 | David Smith

In case you missed them, here are some articles from May of particular interest to R users. Many interesting presentations recorded at the R/Finance 2017 conference in Chicago are now available to watch. A review of some of the R packages and projects implemented at the 2017 ROpenSci Unconference. An example ... [Read more...]

Package “SentimentAnalysis” released on CRAN

June 6, 2017 | blogisr

Authors: Stefan Feuerriegel, Nicolas Pröllochs This report introduces sentiment analysis in R and shows how to use our package “SentimentAnalysis”. What is sentiment analysis? Sentiment analysis is a research branch located at the heart of natural language processing (NLP), computational linguistics and text mining. It refers to any measures ... [Read more...]

The Many-Faced Future

June 6, 2017 | Henrik Bengtsson

The future package defines the Future API, which is a unified, generic, friendly API for parallel processing. The Future API follows the principle of write code once and run anywhere - the developer chooses what to parallelize and the user how and wher... [Read more...]

anytime 0.3.0

June 5, 2017 | Thinking inside the box

A new version of the anytime package is now on CRAN. It marks the eleventh release since the inaugural version late last summer. anytime is a very focused package aiming to do just one thing really well: to convert anything in integer, numeric, character, factor, ordered, ... format to either POSIXct ... [Read more...]

Freedman’s paradox

June 5, 2017 | Alexej's blog

Recently I came across the classical 1983 paper A note on screening regression equations by David Freedman. Freedman shows in an impressive way the dangers of data reuse in statistical analyses. The potentially dangerous scenarios include those where t...
[Read more...]

Rediscovering Rd2roxygen

June 5, 2017 | English Blog on Yihui Xie | 谢益辉

During a lunch with Rob Hyndman and Earo Wang last week in Melbourne, I was surprised to know that there still existed packages that did not use roxygen to write the R documentation (my greatest sympathy to those poor authors), and I was also pleasantly surprised that Rob knew and ... [Read more...]

Freedman’s paradox

June 5, 2017 | Alexej's blog

Recently I came across the classical 1983 paper A note on screening regression equations by David Freedman. Freedman shows in an impressive way the dangers of data reuse in statistical analyses. The potentially dangerous scenarios include those where t... [Read more...]

The Case Against Seasonal Unit Roots

June 5, 2017 | econometrixxer87

There are several ways to model seasonality in a time series. Traditionally, trend-cycle decomposition such as the Holt-Winters procedure has been very popular. Also, until today applied researchers often try to account for seasonality by using seasonal dummy variables. But of course, in a stochastic process it seems unreasonable to ...
[Read more...]
1 11 12 13 14 15 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)