NEWS
MAMS 3.0.0 (2024-09-30)
- Added 2 new designs:
method = 'separate' for MAMS with a separate stopping rule
method = 'dtl' for drop-the-losers design where
method = 'simultaneous' (default) corresponds to the MAMS with a
simultaneous stopping rule
- refined the summary(), print() and plot() functions for "MAMS"
objects accordingly
- updated the C code to compile with STRICT_R_HEADERS=1 (mandatory for
R >= 4.5.0)
——————--CHANGE LOG——————————————--
MAMS 2.0.2 (2024-04-12)
- NA related C code bug fix related to gcc compilers
- Add documentation for better clarity and user guidance
——————--CHANGE LOG——————————————--
MAMS 2.0.1 (2023-04-18)
- Bug fix when K=1 in mams.sim
- Add src/init.c file
——————--CHANGE LOG——————————————--
MAMS 2.0.0 (2022-01-14)
- Parallelisation framework included for several functions
- Recoding of parts of the functions in C
- Inclusion of new package help file
- Update of authors
MAMS 1.4.2 (2021-06-16)
- Fixed an error in tite.mams
- Update of author contact information
MAMS 1.4.1 (2020-11-20)
MAMS 1.4 (2020-11-17)
- Adjusted code to also provide answers for K=1 and J=1
- Fixed an error in tite.mams
- added warning to show that sample size search stopped due to
maximum reached
MAMS 1.3 (2019-01-25)
MAMS 1.2 (2017-09-14)
- New function 'ordinal.mams' for ordinal and binary endpoints
- New function 'tite.mams' for time-to-event endpoints
- Effect sizes can be specified on traditional or probability scale
- Search for sample size is capped at a maximum value
- Harmonised function and input names (most notably, 'step_down_mams' and
'update_mams' are now called 'stepdown.mams' and 'stepdown.update')
- Corrected minor bugs in 'mams'
MAMS 1.1
- Corrected minor bug in mams.sim for K=1
MAMS 1.0 (2016-07-19)
- Altered mams function to improve consistency for different allocation
ratios
MAMS 0.9 (2016-06-14)
- Corrected a bug in update_mams
MAMS 0.8 (2016-05-17)
- Removal of some depreciated code
MAMS 0.7 (2015-11-04)
- Modified print and summary to only return integer sample sizes
- Updated mams function to deal with minor inconsistency when J=1
MAMS 0.6 (2015-09-29)
- Corrected a bug in new.bounds
- Corrected a bug in mams.sim
- A few minor bugs in the plot functions corrected
- Arguments bty and las for the plot functions added
- Inconsistencies in the documentation removed
MAMS 0.5 (2015-06-24)
- A bug in function mams.sim corrected
MAMS 0.4 (2015-02-28)
- A bug in function mams corrected
MAMS 0.3 (2014-05-07)
- New function (step_down_mams) to calculate stopping boundaries for all intersection hypothesis tests in a closed testing procedure.
- New function (update_mams) to update boundaries at an interim analysis to take account of unplanned treatment selection and/or sample size reestimation.
- Documentation updated
MAMS 0.2 (2012-05-28)
- New function (mams.sim) to simulate mams studies included
- New function (new.bounds) to update boundaries based on observed
number of observations included
- Citation information updated
- Output data.frame of function mams generalized
- Additional option to supress sample size calculation included
in function mams
- Documentation updated
MAMS 0.1 (2012-04-25)