From 2a54ba063c12f721a673fa25e6926cf1266cdabb Mon Sep 17 00:00:00 2001 From: COROLTH1 Date: Thu, 21 Mar 2024 20:43:13 +0100 Subject: [PATCH] typo --- .nfs00000000c96b82be00002795 | 1 + README.md | 38 ++++++------------------------------ 2 files changed, 7 insertions(+), 32 deletions(-) create mode 100644 .nfs00000000c96b82be00002795 diff --git a/.nfs00000000c96b82be00002795 b/.nfs00000000c96b82be00002795 new file mode 100644 index 0000000..81b960f --- /dev/null +++ b/.nfs00000000c96b82be00002795 @@ -0,0 +1 @@ +source("renv/activate.R") diff --git a/README.md b/README.md index f94702d..63ad271 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,14 @@ ---- -editor_options: - markdown: - wrap: 72 ---- - # monitOS: Monitoring overall survival in pivotal trials in indolent cancers -[![CRAN -status](https://www.r-pkg.org/badges/version/monitOS)](https://CRAN.R-project.org/package=monitOS) +[![CRAN status](https://www.r-pkg.org/badges/version/monitOS)](https://CRAN.R-project.org/package=monitOS) -These guidelines are meant to provide a pragmatic, yet rigorous, help to -drug developers and decision makers, since they are shaped by three -fundamental ingredients: the clinically determined margin of detriment -on OS that is unacceptably high (`δnull`); the benefit on OS that is -plausible given the mechanism of action of the novel intervention -(`δalt`); and the quantity of information (i.e. events, expected number -of survival events, at primary and final analysis) it is feasible to -accrue given the clinical and drug development setting. The proposed -guidelines facilitate transparent discussions between stakeholders -focusing on the risks of erroneous decisions and what might be an -acceptable trade-off between power and the false positive error rate. - -Monitoring guidelines assume that the hazard ratio (HR) can adequately -summarize the size of the benefits and harms of the experimental -intervention vs control on overall survival (OS). Furthermore, -guidelines assume that an OS HR \< 1 is consistent with a beneficial -effect of the intervention on OS (and smaller OS HRs \<1 indicate -increased efficacy). For more details about how OS monitoring guidelines -are formulated, please refer to [arxiv -paper](https://arxiv.org/abs/2310.20658). +These guidelines are meant to provide a pragmatic, yet rigorous, help to drug developers and decision makers, since they are shaped by three fundamental ingredients: the clinically determined margin of detriment on OS that is unacceptably high (`δnull`); the benefit on OS that is plausible given the mechanism of action of the novel intervention (`δalt`); and the quantity of information (i.e. events, expected number of survival events, at primary and final analysis) it is feasible to accrue given the clinical and drug development setting. The proposed guidelines facilitate transparent discussions between stakeholders focusing on the risks of erroneous decisions and what might be an acceptable trade-off between power and the false positive error rate. + +Monitoring guidelines assume that the hazard ratio (HR) can adequately summarize the size of the benefits and harms of the experimental intervention vs control on overall survival (OS). Furthermore, guidelines assume that an OS HR \< 1 is consistent with a beneficial effect of the intervention on OS (and smaller OS HRs \<1 indicate increased efficacy). For more details about how OS monitoring guidelines are formulated, please refer to [our paper](https://arxiv.org/abs/2310.20658). ## Installation @@ -44,15 +20,13 @@ install.packages('monitOS') ## Shiny app -The recommended way to use `monitOS` is to run its integrated shiny app. -It can done simply call the wrapper function using: +The recommended way to use `monitOS` is to run its integrated shiny app. It can done simply call the wrapper function using: ``` r monitOS::run_app() ``` -The shiny app, as seen below, is designed to guide users through their -trial designs. +The shiny app, as seen below, is designed to guide users through their trial designs. ![](docs/shiny.png)