GithubHelp home page GithubHelp logo

survival-analysis-of-ovarian-carcinoma-patients-in-clinical-trials's Introduction

Survival-Analysis-of-Ovarian-Carcinoma-Patients-in-Clinical-Trials

This repository contains a comprehensive analysis of the survival outcomes of patients with ovarian carcinoma who were enrolled in clinical trials. The focus is on comparing the survival outcomes between different treatment groups using Kaplan-Meier estimators and log-rank tests.

Project Overview

The Kaplan-Meier estimator is used to estimate and plot survival probability over time through a non-parametric approach. The analysis is conducted using the Ovarian dataset, which comprises clinical data from 26 ovarian carcinoma patients. This dataset includes crucial information such as patient age, treatment type, and survival status. The primary endpoint of interest is the time to an event, specifically the time to death or censoring.

Prerequisites

To run this analysis, you need R installed along with RStudio to easily manage R Markdown files. Ensure you have the following R packages installed:

  • survival for conducting survival analyses
  • ggplot2 for creating visualizations
  • dplyr for data manipulation
  • knitr for compiling the R Markdown file

You can install these packages using the following R command:

install.packages(c("survival", "ggplot2", "dplyr", "knitr"))

Running the Analysis

To view and run the R Markdown file, open it in RStudio and use the 'Knit' button to compile the document into your desired output format, such as HTML, PDF, or Word.

Install knit

install.packages("knitr")

Results and Discussion

The chart illustrates the survival curves along with confidence intervals for two treatment groups in a study: "rx=1" for cyclophosphamide alone and "rx=2" for a combination of cyclophosphamide and adriamycin. The survival curve for the first group shows a steady decline, with a survival probability of 43.1% at nearly 21 months. The second group fares slightly better, demonstrating a survival probability of 56.4% at 18.5 months. To assess the significance of the survival differences between the two groups, a log-rank test was performed. This test yielded a chi-square value of 1.1 with one degree of freedom and a p-value of 0.3, suggesting that there is no statistically significant difference in survival outcomes between the two treatment regimens for ovarian carcinoma patients in these clinical trials.

Conclusion

The survival rates of ovarian cancer patients in clinical trials, examining the effects of various treatment methods. The findings suggest that a combination of cyclophosphamide and adriamycin might modestly enhance survival compared to using cyclophosphamide alone, although the difference between the treatment groups was not statistically significant. Further studies with larger sample sizes may be necessary to provide more definitive results. Overall, this study highlights the importance of survival analysis in assessing treatment options for ovarian carcinoma patients in clinical trials.

survival-analysis-of-ovarian-carcinoma-patients-in-clinical-trials's People

Contributors

lokesh97jain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.