Releases: PharmCat/ClinicalTrialUtilities.jl
Releases · PharmCat/ClinicalTrialUtilities.jl
v0.2.0
v0.2.0
Breaking changes(!):
- Renamed exported functions: ctsamplen, ctpower, besamplen, bepower, ets (now in lower case).
- nca() -> nca!() - renamed;
- Changes in ctsamplen() in one group estimation. In version 0.1.x test mean/proportion denoted as parameter/keyword "a" was a "Reference".
This situation was inconsistent with two group analysis where "a" - T, "b" - R. Now everywhere "a" means "Test group", "b" means "Reference group".
Hypothesis testing for difference is A-B everywhere. - Keyword "logdiff" removed in ctsamplen(), because this was inconsistent with bepower/besamplen, new parameter logscale using instead.
- Keyword "out" removed everywhere. Output via Base.show(io::IO, obj::TaskResult);
- twoProp(), oneProp(), oneMean. twoMeans() removed;
- No submodule politics.
Major changes:
- using DataFrames 19.0+
- Task types for many functions (sample size, power functions, random ets.);
- Sample size and power functions now return TaskResult{T <: CTask};
- descriptive() rewrited;
- DataSet type;
- make DataFrame from DataSet;
- Descriptive type;
- CMH CI split;
- randomtable() return DF
- Include CI in ClinicalTrialUtilities & StatsBase methods for AbstractParameter types.
Other changes:
- Changes in error messages. Now throw(ArgumentError(msg));
- LimitRule for PK;
- RMIN/RMAX/TH/BL for PD;
- Steady-state PK and other PK parameters;
- Descriptive stats add SES and SEK;
- Descriptive performance;
- Test procedures restructured;
- 4x4 design;
- Documentation;
- Minor changes, bugfix, code cleaning, cosmetics.
v0.1.16
v0.1.16
Split PK/PD
New PD param
Column dictionary
v0.1.15
v0.1.15
- Add RR CI Katz Test
- Julian function names (part)
- Rename descriptives -> descriptive
- export freque, contab
- minor changes, bugfix, code cleaning
v0.1.14
v0.1.14
- Add compat to Project.toml
- Julian function names (part)
- descriptive_!() -> descriptive_()
- randomtable() included and add test
v0.1.13
v0.1.13
- MN DIFF CI optimization
- Index for ConfInt
- Change test tolerance
- Check alpha for CI
- descriptives() - type fix
- freque() - add test
- contab() - initial commit + test
- Randomization - initial commit (alpha)
- Pharmacodinamic for nca() - baseline & threshold AUC, Time
- Add test data
- Minor changes
v0.1.12
v0.1.12
- add MOVER OR CI
- add MN RR CI
- MN OR - change algorithm, for old algorithm use :mn2
- MN Diff - code optimization
- Mee|FM Diff- code optimization
- Code cleaning and cosmetics
- add tests and testdata
- HTML Export function
- Frequency initial commit - alpha
v0.1.11
v0.1.11
-nca hotfix
-descriptives()
-html export - initial, not final
-StatsBase, Statistics in deps
-change documenting
-add test
-code cosmetics and fix
ClinicalTrialUtilities version v0.1.10 - Public beta - validated
v0.1.10
- add Cochran–Mantel–Haenszel confidence intervals
- add documentation and comments
- improve coverage
- add tests
- code cosmetics
ClinicalTrialUtilities version v0.1.9 - Public beta - validated
v0.1.9
- add PK module
- pooledCV
- add DataFrames to dependencies
- Simulation unification
- logdiff set false by default in ctSampleN, ctPower
- README.md update and fix
ClinicalTrialUtilities version v0.1.8 - Public beta - validated
v0.1.8
- bugfix (meanNormCI, text output)
- wald ci include
- add test
- move ConfInt to main module
- ci2cv
- new designs in designProp