Skip to content

Instantly share code, notes, and snippets.

@jdavidson
jdavidson / google-trends.R
Created January 27, 2014 18:45
Quick and dirty analysis of iPhone Sales and Google Trends
@jdavidson
jdavidson / lifetime.R
Created January 13, 2014 19:25
An analysis of crunchbase data for start up financing timing.
library(ggplot2)
library(ggthemes)
library(plyr)
library(lubridate)
library(scales)
library(data.table)
options(scipen=999)
options(stringsAsFactors = FALSE)
rounds <- read.csv("2014-01-06-crunchbase_monthly_export_rounds.csv")