Skip to content

Instantly share code, notes, and snippets.

@daynebatten
Created January 6, 2016 19:49
Show Gist options
  • Save daynebatten/13fa6a8c3824c2b8d597 to your computer and use it in GitHub Desktop.
Save daynebatten/13fa6a8c3824c2b8d597 to your computer and use it in GitHub Desktop.
# Never, ever, ever, ever, ever. Not sure if I have enough ever's memorized.
fit <- coxph(Surv(time, churn) ~ male + male : time, data = data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment