Articles by R Views

Paid in Books: An Interview with Christian Westergaard

March 6, 2019 | R Views

R is greatly benefiting from new users coming from disciplines that traditionally did not provoke much serious computation. Journalists1 and humanist scholars2, for example, are embracing R. But, does the avenue from the Humanities go both ways? In a recent conversation with Christian Westergaard, proprietor of Sophia Rare Books in ...
[Read more...]

Graph analysis using the tidyverse

March 5, 2019 | R Views

It is because I am not a graph analysis expert that I though it important to write this article. For someone who thinks in terms of single rectangular data sets, it is a bit of a mental leap to understand how to apply tidy principles to a more robust object, ...
[Read more...]

Some R Packages for ROC Curves

February 28, 2019 | R Views

In a recent post, I presented some of the theory underlying ROC curves, and outlined the history leading up to their present popularity for characterizing the performance of machine learning models. In this post, I describe how to search CRAN for packages to plot ROC curves, and highlight six useful ...
[Read more...]

January 2019: “Top 40” New CRAN Packages

February 24, 2019 | R Views

One hundred and fifty-three new packages made it to CRAN in January. Here are my “Top 40” picks in eight categories: Computational Methods, Data, Machine Learning, Medicine, Science, Statistics, Utilities, and Visualization. Computational Methods cPCG v1.0: Provides a function to solve systems of linear equations using a (preconditioned) conjugate gradient algorithm. ...
[Read more...]

A Few New R Books

February 19, 2019 | R Views

Greg Wilson is a data scientist and professional educator at RStudio. As a newcomer to R who prefers to read paper rather than pixels, I’ve been working my way through a more-or-less random selection of relevant books over the past few months. Some have discussed topics that I’m ... [Read more...]

A Look Back on 2018: Part 2

February 11, 2019 | R Views

Welcome to the second installment of Reproducible Finance 2019! In the previous post, we looked back on the daily returns for several market sectors in 2018. Today, we’ll continue that theme and look at some summary statistics for 2018, and then extend out to previous years and different ways of visualizing our ...
[Read more...]

R for Quantitative Health Sciences: An Interview with Jarrod Dalton

February 5, 2019 | R Views

This interview came about through researching R-based medical applications in preparation for the upcoming R/Medicine conference. When we discovered the impressive number of Shiny-based Risk Calculators developed by the Cleveland Clinic and implemented in public-facing sites, we wanted to learn more about the influence of R Language in the ... [Read more...]

December 2108: “Top 40” New CRAN Packages

January 29, 2019 | R Views

By my count, 157 new packages stuck to CRAN in December. Below are my “Top 40” picks in ten categories: Computational Methods, Data, Finance, Machine Learning, Medicine, Science, Statistics, Time Series, Utilities and Visualization. This is the first time I have used the Medicine category. I am pleased that a few packages ...
[Read more...]

Onboard and Offboard Data Manipulation in Flexdashboard

January 22, 2019 | R Views

Harrison Schramm is a Professional Statistician and Non-Resident Senior Fellow at the Center for Strategic and Budgetary Assessments. The Shiny set of tools, and, by extension, Flexdashboard, give professional analysts tools to rapidly put interactive versions of their work in the hands of clients. Frequently, an end user will interact ... [Read more...]

ROC Curves

January 16, 2019 | R Views

I have been thinking about writing a short post on R resources for working with (ROC) curves, but first I thought it would be nice to review the basics. In contrast to the usual (usual for data scientists anyway) machine learning point of view, I’ll frame the topic closer ... [Read more...]

A Look Back on 2018: Part 1

January 9, 2019 | R Views

Welcome to Reproducible Finance 2019! It’s a new year, a new beginning, the Earth has completed one more trip around the sun, and that means it’s time to look back on the previous January to December cycle. Today and next time, we’ll explore the returns and volatilities of ...
[Read more...]

2018 R Views Review and Highlights

January 1, 2019 | R Views

2018 was a good year for R Views. With a total of sixty-three posts for the year, we exceeded the pace of at least one post per week. But, it wasn’t quantity we were shooting for. Our main goal was, and continues to be, featuring thoughtful commentary on topics of ... [Read more...]

Rolling Origins and Fama French

December 25, 2018 | R Views

Today, we continue our work on sampling so that we can run models on subsets of our data and then test the accuracy of the models on data not included in those subsets. In the machine learning prediction world, these two data sets are often called training data and testing ...
[Read more...]

November 2018: “Top 40” New Packages

December 20, 2018 | R Views

Having absorbed an average of 181 new packages each month over the last 28 months, CRAN is still growing at a pretty amazing rate. The following plot shows the number of new packages since I started keeping track in August 2016. This November, 171 new packages stuck to CRAN. Here is my selection for ...
[Read more...]

Statistics in Glaucoma: Part III

December 17, 2018 | R Views

Samuel Berchuck is a Postdoctoral Associate in Duke University’s Department of Statistical Science and Forge-Duke’s Center for Actionable Health Data Science. Joshua L. Warren is an Assistant Professor of Biostatistics at Yale University. Looking Forward in Glaucoma Progression Research The contribution of the womblR package and corresponding statistical ...
[Read more...]

Rsampling Fama French

December 12, 2018 | R Views

Today we will continue our work on Fama French factor models, but more as a vehicle to explore some of the awesome stuff happening in the world of tidy models. For new readers who want get familiar with Fama French before diving into this post, see here where we covered ... [Read more...]

Statistics in Glaucoma: Part II

December 6, 2018 | R Views

Samuel Berchuck is a Postdoctoral Associate in Duke University’s Department of Statistical Science and Forge-Duke’s Center for Actionable Health Data Science. Joshua L. Warren is an Assistant Professor of Biostatistics at Yale University. Analyzing Visual Field Data In Part I of this series on statistic in glaucoma, we ...
[Read more...]

Statistics in Glaucoma: Part I

December 2, 2018 | R Views

Samuel Berchuck is a Postdoctoral Associate in Duke University’s Department of Statistical Science and Forge-Duke’s Center for Actionable Health Data Science. Joshua L. Warren is an Assistant Professor of Biostatistics at Yale University. Introduction Glaucoma is a leading cause of blindness worldwide, with a prevalence of 4% in the ...
[Read more...]

October 2018: “Top 40” New Packages

November 28, 2018 | R Views

One hundred eighty-five new packages made it to CRAN in October. Here are my picks for the “Top 40” in eight categories: Computational Methods, Data, Machine Learning, Medicine, Science, Statistics, Utilities, and Visualization. Computational Methods compboost v0.1.0: Provides a C++ implementation of component-wise boosting written to obtain high run-time performance and ...
[Read more...]

Slack and Plumber, Part Two

November 26, 2018 | R Views

This is the final entry in a three-part series about the plumber package. The first post introduces plumber as an R package for building REST API endpoints in R. The second post builds a working example of a plumber API that powers a Slack slash command. In this final entry, ... [Read more...]
1 7 8 9 10 11 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)