ocarcinoma | R Documentation |
Survival times of 35 women suffering from ovarian carcinoma at stadium II and IIA.
ocarcinoma
A data frame with 35 observations on 3 variables.
time
time (days).
stadium
a factor with levels "II"
and "IIA"
.
event
status indicator for time
: FALSE
for right-censored
observations and TRUE
otherwise.
Data from Fleming et al. (1980) and Fleming, Green and Harrington (1984). Reanalysed in Schumacher and Schulgen (2002).
Fleming, T. R., Green, S. J. and Harrington, D. P. (1984). Considerations for monitoring and evaluating treatment effects in clinical trials. Controlled Clinical Trials 5(1), 55–66. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/0197-2456(84)90150-8")}
Fleming, T. R., O'Fallon, J. R., O'Brien, P. C. and Harrington, D. P. (1980). Modified Kolmogorov-Smirnov test procedures with application to arbitrarily right-censored data. Biometrics 36(4), 607–625. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2307/2556114")}
Schumacher, M. and Schulgen, G. (2002). Methodik Klinischer Studien: Methodische Grundlagen der Planung, Durchführung und Auswertung. Heidelberg: Springer.
## Exact logrank test
lt <- logrank_test(Surv(time, event) ~ stadium, data = ocarcinoma,
distribution = "exact")
## Test statistic
statistic(lt)
## P-value
pvalue(lt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.