Releases: alexpkeil1/qgcomp
Releases · alexpkeil1/qgcomp
CRAN release v2.17.4
qgcomp v2.17.4
Major changes
- Added glm.tobit.noboot function to fit a Tobit model with qgcomp
Minor changes
- Documentation improvements
- Code hygeine to prevent issues with edge cases
Bug fixes
- None
Full Changelog: v2.16.4...v2.17.4
CRAN release v2.16.4
qgcomp v2.16.4
Major changes
- Added glm.ee function to use estimating equations approach (allows non-linear and longitudinal models without bootstrapping)
Minor changes
- Split vignette into two vignettes and added examples
Bug fixes
- Mice function (mice.impute.leftcenslognorm) to allow empty prediction sets: fixed a bug that led to hidden failures resulting in very low values for imputations
- Fixed glm.ee for Tibbles, non-linear models (which never made it to CRAN release)
Full Changelog: v2.15.2...v2.16.4
CRAN release v2.15.2
Major changes
- Added multinomial models (qgcomp.multinomial.noboot and qgcomp.multinomial.boot)
- Plot for multinomial models (qgcomp.multinomial.noboot only)
- Changed qgcomp.boot to qgcomp.glm.boot and qgcomp.noboot to qgcomp.glm.noboot for clarity. The old functions still work (for now).
Minor changes
- Mice function (mice.impute.leftcenslognorm) to allow empty prediction sets
- mice.impute.leftcenslognorm has been given an alias mice.impute.tobit
- Added simulation of multinomial outcomes
- Code-base hygiene
Bug fixes
- Fixed some miscellaneous bugs in the
print
function for non-standard link functions. - Fixing bug in model pointwisebound.noboot that gave non-sense confidence intervals
CRAN release v2.10.1
qgcomp v2.10.1
Major changes
- None
Minor changes
- qgcomp.partials now allows quantile definitions based on the training and validation data, which treats the quantiles as fixed values across both datasets and leads to more stable results in small samples (set via .globalbreaks = TRUE in qgcomp.partials)
Bug fixes
- Fixed major bug in qgcomp.partials: #28
qgcomp v2.9.0
Major changes
- None
Minor changes
- Replace qgcomp.partials with re-factored version with new quantization defaults
Bug fixes
CRAN version 2.8.6
qgcomp v2.8.6
Major changes
- None
Minor changes
- None
Bug fixes
- Fixed misuse of "all.equal" in tests
CRAN release v2.8.5
qgcomp v2.8.5
Major changes
- None
Minor changes
- Handling of parallel processing through futures: bringing in line with package recommendations and planned deprecations.
- Documentation changes
CRAN release v2.8.0
qgcomp v2.8.0
Major changes
- Exposed simulation functions to the user
- Enabled no-intercept models in qgcomp.boot and qgcomp.noboot
Minor changes
- Parallel code now enables external setting of if(parplan) future::plan to facilitate broader parallelization schemes
- Documentation improvements
- Included FAQs in vignette
CRAN version 2.7.0
Major changes
- None
Minor changes
- Changed underlying parallel code to adapt to deprecations from future package
- Documentation improvements
- Enabled by-observation limit of detection/right censoring point for mice.impute.leftcensorlognorm
Bug fixes
- None
CRAN version 2.6.0
Major changes
- Added
cox.survcurve.boot
function to estimate survival curves from a qgcomp.cox.boot fit - Refactored plot code (changes should be invisible to users except bug fixes)
Minor changes
- documentation improvements
- Changed "pointwisebound.*" and "modelbounds.*" to give more sensible output
Bug fixes
- Fix bug in tidy when using Cox model
- Bug fixes in bounds calculation with binomial outcomes, which lead to incorrect bounds on plots
- Fixed long running harmless and annoying print bug that confused "t" with "z"
CRAN version 2.5.0
Major changes
- Documentation improvements
- Added
split_data
function to assist with inference from data adaptive procedures (such as qgcomp.partials) and model selection
Minor changes
- Removed "experimental" tags on Poisson family, Zero inflated models
- Added smarter "expnms" default to
predict.qgcompfit
function with new data