Package: ClinTrialPredict 0.0.4
ClinTrialPredict: Predicting and Simulating Clinical Trial with Time-to-Event Endpoint
Predict the course of clinical trial with a time-to-event endpoint for both two-arm and single-arm design. Each of the four primary study design parameters (the expected number of observed events, the number of subjects enrolled, the observation time, and the censoring parameter) can be derived analytically given the other three parameters. And the simulation datasets can be generated based on the design settings.
Authors:
ClinTrialPredict_0.0.4.tar.gz
ClinTrialPredict_0.0.4.tar.gz(r-4.5-noble)ClinTrialPredict_0.0.4.tar.gz(r-4.4-noble)
ClinTrialPredict_0.0.4.tgz(r-4.4-emscripten)ClinTrialPredict_0.0.4.tgz(r-4.3-emscripten)
ClinTrialPredict.pdf |ClinTrialPredict.html✨
ClinTrialPredict/json (API)
NEWS
# Install 'ClinTrialPredict' in R: |
install.packages('ClinTrialPredict', repos = 'https://cloud.r-project.org') |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 months agofrom:fa943e846b. Checks:3 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 25 2025 |
R-4.5-linux | OK | Mar 25 2025 |
R-4.4-linux | OK | Mar 25 2025 |
Exports:CensRate.OneArmCensTime.TwoArmNumEventsSub.OneArmNumEventsSub.TwoArmObsTime.OneArmObsTime.TwoArmSimData.OneArmSimData.TwoArmTrialPred.OneArmTrialPred.TwoArm
Dependencies:
Citation
To cite package ‘ClinTrialPredict’ in publications use:
Ding Y (2024). ClinTrialPredict: Predicting and Simulating Clinical Trial with Time-to-Event Endpoint. R package version 0.0.4, https://CRAN.R-project.org/package=ClinTrialPredict.
Corresponding BibTeX entry:
@Manual{, title = {ClinTrialPredict: Predicting and Simulating Clinical Trial with Time-to-Event Endpoint}, author = {Yang Ding}, year = {2024}, note = {R package version 0.0.4}, url = {https://CRAN.R-project.org/package=ClinTrialPredict}, }
Readme and manuals
ClinTrialPredict
You can install the development version of ClinTrialPredict from GitHub with:
devtools::install_github('tomdingbiostat/clintrialpredict',build_vignettes = TRUE)
Help Manual
Help page | Topics |
---|---|
Calculate the censoring rate for a one-arm design | CensRate.OneArm |
Calculate the censoring rate for a two-arm clinical trial | CensTime.TwoArm |
Calculate the expected number of events or number of subjects enrolled in a one-arm clinical trial | NumEventsSub.OneArm |
Calculate the expected number of events or number of subjects enrolled in a two-arm clinical trial | NumEventsSub.TwoArm |
Calculate the observation time for a one-arm clinical trial | ObsTime.OneArm |
Calculate the observation time for a two-arm clinical trial | ObsTime.TwoArm |
Simulating survival dataset for a one-arm design | SimData.OneArm |
Simulating survival dataset for a two-arm design | SimData.TwoArm |
Function for predicting one-arm clinical trial | TrialPred.OneArm |
Function for predicting two-arm clinical trial | TrialPred.TwoArm |