Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. RCTRecruit — Non-Parametric Recruitment Prediction for Randomized Clinical Trials. Homepage: https://github.com/imalagaris/RCTRecruit Report bugs for this package: https://github.com/imalagaris/RCTRecruit/issues

License

Notifications You must be signed in to change notification settings

cran/RCTRecruit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCTRecruit

R-CMD-check Codecov test coverage

Installation

Accurate prediction of subject recruitment for randomized clinical trials (RCT) remains an ongoing challenge. Many previous prediction models rely on parametric assumptions. We present functions for non-parametric RCT recruitment prediction under several scenarios.

You can install the development version of RCTRecruit from GitHub with:

devtools::install_github("imalagaris/RCTRecruit")

Example

library(RCTRecruit)
LoadData(gripsYR1, ScreenDt, Enrolled)
#> 
#> Variables Enrolled and ScreenDt were successfully loaded
Time2Nsubjects()
#> Enrolling 50 subjects requires 137 weeks
#> 
#>  2.5%   50% 97.5% 
#>   137   137   137
GetDistance(gripsYR2Weekly$enrolled)
#>  2.5%   50% 97.5% 
#>    85    85    85
res <- GetWeekPredCI()
plot(res)

About

❗ This is a read-only mirror of the CRAN R package repository. RCTRecruit — Non-Parametric Recruitment Prediction for Randomized Clinical Trials. Homepage: https://github.com/imalagaris/RCTRecruit Report bugs for this package: https://github.com/imalagaris/RCTRecruit/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published