Releases: PharmCat/ClinicalTrialUtilities.jl
Releases · PharmCat/ClinicalTrialUtilities.jl
ClinicalTrialUtilities version v0.1.7 - Public beta - validated
Add sub-module CI for confidence interval computation as part of simulation functions SIM.
- add Roots in dependencies for mee/fm score ci calc
- add Random in dependencies for simulations
- remove struct with sampleSize wrapper
- change name sampleSize -> ctSampleN
- change name powerTOST -> bePower
- change all tokens from string to symol
- add sd2cv function
- add cv2sd function
- add ms2cv function
- add cv2ms function
- add SIM submodule
- add bePower function
- add ctBinPower function
- add CI submodule
- oneProp
- twoProp
- oneMean
- twoMeans
- PowerTOST optimizations
- add test procedure
- ClinicalTrialUtilities.jl reconfigure
- add documentation
ClinicalTrialUtilities version v0.1.6 - Public beta - validated
Validated public beta version.
Robust functions: sampleSize, ctPower, powerTOST, beSampleN
Canges:
- SampleSize add McNM test;
- SampleSize add text output;
- ctPower add McNM test;
- ctPower add text output;
- powerTOST add designs: parallel, 2x2x4, 2x4x4, 2x2x3, 2x3x3
- beSampleN add designs: parallel, 2x2x4, 2x4x4, 2x2x3, 2x3x3
- beSampleN add text output
- owensQ add solution for a!=0
- optimisations
- bugfix, code cosmetics and minor changes
- Add documentation
- Add tests
ClinicalTrialUtilities, public beta (validated)
This version of ClinicalTrialUtilities package includes sample size calculation procedure referenced Chow at.al, PowerTOST and sampleN.TOST implementation of PowerTOST R Project library. Function validated with R Project functions. You can find R output in check.xtx file. Also this test performed in test procedure - test.jl.