knitr::opts_chunk$set(echo = TRUE)

Index.rm is not used can it be removed? See ReadMe.md

OCTOPUS - Optimize Clinical Trials On Platforms Using Simulation

Coverage Status Travis-CI Build Status

License

This package is governed by the JRD OCTOPUS License, which is the GNU General Public License V3 with additional terms. The precise license terms are located in LICENSE and GPL.

Introduction

This project is designed to help clinical trial designers simulate a platform trial. This project is intended for simulation purposes only. For the purposes of this project, a platform trial is a clinical trial designed to accommodate multiple treatments or interventions added to the trial either at the beginning of the trial or any time thereafter. Each intervention is added through an Intervention Specific Appendix (ISA). Each ISA typically randomizes between placebo or control and one or more intervention doses (or combinations). If trials for multiple interventions in the same disease area are considered, then a platform trial provides a unified framework for designing and running a single, multiple ISA, platform trial. Potential benefits of a platform trial are shorter, more efficient trials due to a single framework for multiple interventions and borrowing of placebo or control patients across ISAs, thus reducing the overall number of patients treated with placebo/control.

This package is under development. It is functional and has already been used to simulate several trials. As case studies are created, they will be added to the Examples directory of the package to help users create the necessary structures. The tar.gz files in this repository are included as testing versions for beta testers while as new updates and structure are added.

Using your GitHub account, you may want to "Watch" this project for updates. Alternatively, please contact the author to be added to the distribution list.

Key Features

The following list of key features is intended to by a high level assessment of what can be done with the OCTOPUS package. This packages makes extensive use of S3 classes to allow anyone to add new functionality, such as a new way of simulating patient data or the analysis that is conducted, with minimal requirements and work.

It is useful to understand the flow of a simulation as well as the key simulation objects

The OCTOPUS-Examples Repo provides the setup files and folders for several types of examples that many users will find helpful.

Installation

Currently this package is not available on CRAN but may be installed directly from 1) GitHub or 2) a tar.gz files located in GitHub. The most recent version is Version 1.3.0.5.

Installation Option 1 - From GitHub

Utilizing the remotes package

  remotes::install_github( "kwathen/OCTOPUS" )

Installation Option 2 - Using a tar.gz File

Download the tar.gz file for the version you want at the Versions link by selected the zip or tar.gz . In R with the tar.gz file in your current working directory the following command will install the package.

install.packages("OCTOPUS_1.3.0.6.tar.gz", repos=NULL)

Usage

In the instillation folder there is an Examples directory that contains full examples.



kwathen/OCTOPUS documentation built on Oct. 24, 2024, 12:36 p.m.