Displaying 1 result from an estimated 1 matches for "lombri".
Did you mean:
  lombardi
  
2016 Aug 11
3
Comparación de probabilidades de supervivencia en R
...c)
> d = survdiff(s ~ tratamiento, data = c)
> d
Call:
survdiff(formula = s ~ tratamiento, data = c)
                    N Observed Expected (O-E)^2/E (O-E)^2/V
tratamiento=h+s    18       15     12.0    0.7499    1.1362
tratamiento=hojas  17       10     14.4    1.3365    2.1327
tratamiento=lombri 15       11     11.3    0.0104    0.0156
tratamiento=saran  18       15     13.9    0.0801    0.1254
tratamiento=sin    30       23     22.3    0.0202    0.0369
 Chisq= 2.8  on 4 degrees of freedom, p= 0.59
Mi pregunta es hay alguna forma de comparar la probabilidad de
supervivencias (en este ca...