January 2018

XLConnect 0.2-14

January 24, 2018 | Mirai Solutions

We are pleased to announce the release of XLConnect 0.2-14, now available from CRAN and from our GitHub repository. This release is mainly a maintenance release and comes with the following changes: Upgrade to Apache POI 3.17 Upgraded XLCo... [Read more...]

Styling Base R Graphics

January 24, 2018 | R on The Jumping Rivers Blog

Publication quality base R graphics Fixing the problem Why not use ggplot2 (or something else)? Publication quality base R graphics Base R graphics get a bad press (although to be fair, they could have chosen their default values better). In general, they are viewed as a throw back to the ... [Read more...]

Dec 2017: “Top 40” New Package Picks

January 24, 2018 | R Views

Sometimes it appears to me that the invisible hand economists speak of guides the market for new R packages. Eight of the 129 new packages that stuck to CRAN in December fall under Computational Methods, a category I have only recently begun using. All of them made it into the list ...
[Read more...]

XLConnect 0.2-14

January 24, 2018 | Mirai Solutions

We are pleased to announce the release of XLConnect 0.2-14, now available from CRAN and from our GitHub repository. This release is mainly a maintenance release and comes with the following changes: Upgrade to Apache POI 3.17 Upgraded XLCo... [Read more...]

Styling Base R Graphics

January 24, 2018 | R on The Jumping Rivers Blog

Publication quality base R graphics Fixing the problem Why not use ggplot2 (or something else)? Publication quality base R graphics Base R graphics get a bad press (although to be fair, they could have chosen their default values better). In general, they are viewed as a throw back to the ... [Read more...]

Scraping a website with 5 lines of R code

January 24, 2018 | David Smith

In what is rapidly becoming a series — cool things you can do with R in a tweet — Julia Silge demonstrates scraping the list of members of the US house of representatives on Wikipedia in just 5 R statements: library(rvest) library(tidyverse) h % html_node("#mw-content-text __ div __ table:nth-child(18)") %__% html_table() ... [Read more...]

Exploring lime on the house prices dataset

January 24, 2018 | Verena

Pretty recently I found a paper with the title “Why Should I Trust You?”: Explaining the Predictions of Any Classifier. The topic of interpretability is very important in the times of complex machine learning models and it’s also related to my PhD topic (reliability of machine learning models). Therefore ... [Read more...]

Latest vtreat up on CRAN

January 24, 2018 | John Mount

There is a new version of the R package vtreat now up on CRAN. vtreat is an essential data preparation system for predictive modeling that helps defend your predictive modeling work against real world data issues including: High cardinality categorical variables Rare levels (including new or novel levels during application) ... [Read more...]

Using convolutions (S3) vs distributions (S4)

January 24, 2018 | arthur charpentier

Usually, to illustrate the difference between S3 and S4 classes in R, I mention glm (from base) and vglm (from VGAM) that provide similar outputs, but one is based on S3 codes, while the second one is based on S4 codes. Another way to illustrate is to manipulate distributions. Consider ...
[Read more...]
1 3 4 5 6 7 17

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)