Articles by adamleerich

fancycut

January 8, 2017 | adamleerich

An updated version of my package fancycut is on CRAN. The package has one function, fancycut(), that is more versatile than cut() for certain applications. cut() takes a numeric vector and turns it into a factor or categorical vector. It works best when they are no gaps in the intervals ... [Read more...]

Desktop in the Cloud

August 2, 2016 | adamleerich

I just wanted to share the good experience I have had with creating a virtual personal desktop on Paperspace. A few months ago I started researching whether there was anyone out there providing this service. Paperspace came up in the … Continue reading → [Read more...]

Safe Loading of RData Files

April 8, 2016 | adamleerich

Unless you have configured R not to ask, every time you close R or RStudio you are prompted to save your workspace. This saves an RData file to the working directory. The functions save.image() and save() offer a little more … Continue reading → [Read more...]

SQL Server 2016 with R Install

April 2, 2016 | adamleerich

I installed the “SQL Server 2016 Release Candidate” today to start playing around with Microsoft is calling “SQL Server R Services (In-Database)”. I think this is really going to change the way we do things at the office and it’s … Continue reading → [Read more...]

Fibonacci Sequence in R with Memoization

December 7, 2014 | adamleerich

This is in response to Andrew Z’s post on R-Bloggers Friday about using recursion to calculate numbers in the Fibonacci sequence. http://heuristicandrew.blogspot.com/2014/12/fibonacci-sequence-in-r-and-sas.html I’ve re-written the author’s Fibonacci function here. The only really change is that this one is extended to … Continue reading → [Read more...]

R in Insurance Presentation

July 15, 2013 | adamleerich

I will be presenting with Simon Brickman today at the inaugural “R in Insurance” conference at the Cass Business School in London. You can download the content from my public Dropbox folder. There was a bit of magic in how … Continue reading → [Read more...]

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)