Skip to content

Instantly share code, notes, and snippets.

@daynebatten
Created February 14, 2015 15:14
Show Gist options
  • Save daynebatten/f5dc43ca4d348e006489 to your computer and use it in GitHub Desktop.
Save daynebatten/f5dc43ca4d348e006489 to your computer and use it in GitHub Desktop.
coxph(formula = survival ~ female + age + coupon, data = netlixx_cox)
coef exp(coef) se(coef) z p
female -0.03749 0.963 0.09098 -0.412 6.8e-01
age -0.00561 0.994 0.00176 -3.191 1.4e-03
coupon 0.58709 1.799 0.08104 7.245 4.3e-13
Likelihood ratio test=58.3 on 3 df, p=1.37e-12 n= 5124, number of events= 743
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment