Created
January 6, 2016 19:49
-
-
Save daynebatten/13fa6a8c3824c2b8d597 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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