bdots 6-10-2025 (v 2.0)
- Change of name and some arguments to all major functions for brevity
and clarification (see vignettes)
- Bootstrapping algorithm changed with major implications for prior
users (https://arxiv.org/abs/2503.17495)
- Fixed errors in refitting process
- Move data.table from Imports to Depends
- Permutation testing now available as alternative to bootstrap and
alpha adjustment
- Refitting can be done with indices or logical expressions instead of
fitCodes
bdots 11-10-2022
- Subset data in vignettes for computational time constraints in cran
submission
bdots 09-29-2022
- Significant changes to bootstrap algorithm giving better coverage of
true distribution
bdots 07-25-2022
- Time values no longer need to be identical between subjects for
correct plotting
- Corrected error writing out bootstrapped values when there are no
significant times
bdots 05-26-2022
- Major updates to plotting functions
- Added correlation function,
bdotsCorr
- Fixed bugs in
bdotsRefit
, added option to save/restore
refit
- Added new curve functions
bdots 07-29-2021
- Major updates to fit, parameter, and bootstrap plots with
ggplot2
- Handle case in which observation has zero variance in outcome
- Relaxed fit criteria in refitting step
- Fixed bugs in
bdotsRefit
walkthrough
bdots 05-03-2021
- Fixes to choosing AR1 status during refit steps
bdots 03-24-2021
- Temporary inclusion of
doubleGauss2
fitting function. A
bit slower than doubleGauss
, though with generally better
fits
- added
paramDT
function to create
data.table
of subject/groups and fitted coefs which can be
input to bdotsRefit
- Modified curve fitting to be less critical of marginal fits,
decreasing number of
NULL
fits
- updated vignettes
- added temporary
writeCSV
function to write out
bdotsBoot
curve information for plotting
bdots 03-02-2021