How to write an R Data Frame to an SQL Table

Posted on Wed 08 July 2015 in R • Tagged with R, SQLLeave a comment

A brief tutorial on how you can create SQL tables directly from R to make querying based on a list of IDs a simpler process

Continue reading

Analyzing Historical Default Rates of Lending Club Notes

Posted on Mon 09 March 2015 in R • Tagged with R, ProjectsLeave a comment

This post briefly discusses the background of peer-to-peer lending before diving into some exploratory data analysis on the Lending Club data set. This will be the first in a series of posts with the aim of creating a predictive model to determine the probability of default for peer-to-peer loans.

Continue reading

Plotting the Evolution of the U.S. Treasury Yield Curve

Posted on Wed 12 November 2014 in R • Tagged with R, ProjectsLeave a comment

Examining the history of the U.S. Treasury yield curve from 1982 through 2014 through R plotting. This post offered me a good opportunity to experiment with R plotting and graphical parameters.

Continue reading