- Subset data in vignettes for computational time constraints in cran submission
- Significant changes to bootstrap algorithm giving better coverage of true distribution
- 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
- Major updates to plotting functions
- Added correlation function,
bdotsCorr
- Fixed bugs in
bdotsRefit
, added option to save/restore refit - Added new curve functions
- 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
- Fixes to choosing AR1 status during refit steps
- Temporary inclusion of
doubleGauss2
fitting function. A bit slower thandoubleGauss
, though with generally better fits - added
paramDT
function to createdata.table
of subject/groups and fitted coefs which can be input tobdotsRefit
- Modified curve fitting to be less critical of marginal fits, decreasing number of
NULL
fits - updated vignettes
- added temporary
writeCSV
function to write outbdotsBoot
curve information for plotting
- Ready for launch!