The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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:
::install_github("imalagaris/RCTRecruit") devtools
library(RCTRecruit)
LoadData(gripsYR1, ScreenDt, Enrolled)
#>
#> Variables Enrolled and ScreenDt were successfully loaded
Time2Nsubjects()
#> Enrolling 50 subjects requires 148 weeks
#>
#> 2.5% 50% 97.5%
#> 106 148 197
GetDistance(gripsYR2Weekly$enrolled)
#> 2.5% 50% 97.5%
#> 65 104 138
<- GetWeekPredCI()
res $plot() res
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.