Author Archives: Nick

Separating Blocks of Numbers in Columns of Data

More and more I'm using the 'apply' functions in R (apply, mapply, sapply, lappy,...). The help functions on these are hard to decipher. Not till I read a post by Neil Saunders, did I really start using them instead of … Continue reading

Posted in data, R | Tagged , | Leave a comment

Prime Time Calculation

Number theory has always interested me, specifically irrational numbers and prime numbers.   I was messing around with functions in R and came up with a very neat ‘one line’ function in R that checks if a number is prime.  See … Continue reading

Posted in analysis, math, R | Tagged , , , | Leave a comment

Quick Data Tip in R and Excel

Last week, a colleague showed me a trick in excel.  And it really bugs me when you can do something in excel that R can not do easily.  So I gave it some thought and came up with a solution.  … Continue reading

Posted in data | Tagged , , , | Leave a comment

Approaching Data Analysis

All data analysis projects start with a problem.  We (hopefully) form a hypothesis before exploring the data, and we go about trying to confirm/disprove hypotheses with statistical procedures.  These statistical procedures could be a simple t-test, a more complicated non-parametric … Continue reading

Posted in data | Tagged , , , | Leave a comment

Philosophy and Purpose

A little over a year ago, I transferred from working on applied mathematics in academia to working in the industry as a data analyst.  Like any person that leaves the academic bubble, the outside world is very different from expectations.  … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment