The R Project SVN R

Rev

Rev 90232 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90232 Rev 90233
Line 30... Line 30...
30
+   print(summary(model3))
30
+   print(summary(model3))
31
+   detach("package:survival", unload = TRUE)  # survival (conflicts)
31
+   detach("package:survival", unload = TRUE)  # survival (conflicts)
32
+ }
32
+ }
33
Loading required package: survival
33
Loading required package: survival
34
Call:
34
Call:
35
coxph(formula = Surv(rep(1, 248L), case) ~ spontaneous + induced + 
35
coxph(formula = Surv(1 + 0 * case, case) ~ spontaneous + induced + 
36
    strata(stratum), data = infert, method = "exact")
36
    strata(stratum), data = infert, method = "exact")
37
 
37
 
38
  n= 248, number of events= 83 
38
  n= 248, number of events= 83 
39
 
39
 
40
              coef exp(coef) se(coef)     z Pr(>|z|)    
40
              coef exp(coef) se(coef)     z Pr(>|z|)