Skip to content

Instantly share code, notes, and snippets.

@daynebatten
Last active January 26, 2016 19:26
Show Gist options
  • Save daynebatten/e2bc4f5954c4ed36326b to your computer and use it in GitHub Desktop.
Save daynebatten/e2bc4f5954c4ed36326b to your computer and use it in GitHub Desktop.
library(survival)
customer <- read.csv("C:/Users/dbatten/Desktop/customer.csv")
event <- read.csv("C:/Users/dbatten/Desktop/event.csv")
support <- read.csv("C:/Users/dbatten/Desktop/support.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment