March 2016

rmote Updates

March 13, 2016 | ryan hafen

I recently announced the rmote package for serving various graphics from an interactive remote R session to a local machine. I have made a few noteworthy upates to the package, so here’s a quick post about them. The most major update is an enhanced... [Read more...]

Hunspell: Spell Checker and Text Parser for R

March 13, 2016 | Jeroen Ooms

Hunspell is the spell checker library used in LibreOffice, OpenOffice, Mozilla Firefox, Google Chrome, Mac OS X, InDesign, and a few more. Base R has some spell checking functionality via the aspell function which wraps the aspell or hunspell command line program on supported systems. The new hunspell R package ...
[Read more...]

Happy PI day

March 13, 2016 | Wingfeet

I have never done a post for PI day. This year I want to do so.So, we all know the simple estimation of PI based on random numbers. The code used here is chosen for speed in R. pi2d [Read more...]

Happy PI day

March 13, 2016 | Wingfeet

I have never done a post for PI day. This year I want to do so.So, we all know the simple estimation of PI based on random numbers. The code used here is chosen for speed in R.pi2d [Read more...]

Performing SQL selects on R data frames

March 13, 2016 | Fisseha Berhane

For anyone who has SQL background and who wants to learn R, I guess the sqldf package is very useful because it enables us to use SQL commands in R. One who has basic SQL skills can manipulate data frames in R using their SQL skills. You can read more ... [Read more...]

ggplot2で字幕 [Subtitles in ggplot2]

March 12, 2016 | hrbrmstr

Subtitles aren’t always necessary for plots, but I began to use them enough that I whipped up a function for ggplot2 that does a decent job adding a subtitle to a finished plot object. More than a few folks have tried their hand at this in the past and ...
[Read more...]

Who Has the Best Fantasy Football Projections? 2016 Update

March 12, 2016 | Isaac Petersen

In prior posts, we demonstrated how to download projections from numerous sources, calculate custom projections for your league, and compare the accuracy of different sources of projections (2013, 2014, 2015).  In[...] The post Who Has the Best Fantasy Football Projections? 2016 Update appeared first on Fantasy Football Analytics. [Read more...]

Computing Classification Evaluation Metrics in R

March 11, 2016 | Joseph Rickert

by Said Bleik, Shaheen Gauher, Data Scientists at Microsoft Evaluation metrics are the key to understanding how your classification model performs when applied to a test dataset. In what follows, we present a tutorial on how to compute common metrics that are often used in evaluation, in addition to metrics ... [Read more...]

R 3.2.4 released

March 11, 2016 | David Smith

The R Core Group announced yesterday the release of R 3.2.4, the final update in the R 3.2.x series. (R 3.3.0 is scheduled for release on April 14.) This update, codenamed "Very Secure Dishes", makes a few minor improvements and bug fixes, including long vector support for the smooth function, some improvements in ... [Read more...]

R 3.2.4 is released

March 11, 2016 | Tal Galili

R 3.2.4 (codename “Very Secure Dishes”) was released today. You can get the latest binaries version from here. (or the .tar.gz source code from here). The full list of new features and bug fixes is provided below. Upgrading to R 3.2.4 on Windows If you are using Windows you can easily ...
[Read more...]

Start plotting data!

March 11, 2016 | Matteo Renzi

In the exercises below we practice the basics of visualization in R. Firstly, we use the command: plot . Then we will see how to add information to our plot through command: lines . We will use the mtcars dataset, provided by R Cran (we can upload dataset by type mtcars and ... [Read more...]

Image marginal histograms

March 11, 2016 | Jonathan Carroll

Another day, another interesting challenge. I follow Bob Rudis' (a.k.a. hrbrmstr's) blog, typically via R-bloggers, and this post caught my eye. Partly because I thought I knew of an existing way to do this. As usual, actually getting that to...Continue Reading →
[Read more...]
1 7 8 9 10 11 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)