Skip to content

Releases: alexpkeil1/qgcomp

CRAN release v2.15.2

10 Aug 12:15
Compare
Choose a tag to compare

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

30 May 14:42
dc663c0
Compare
Choose a tag to compare

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

  • Fixed error #26
  • Clarifed error message in #14
  • Created new hidden functions for testing that will eventually replace qgcomp.partials

CRAN version 2.8.6

24 Jan 15:37
Compare
Choose a tag to compare

qgcomp v2.8.6

Major changes

  • None

Minor changes

  • None

Bug fixes

  • Fixed misuse of "all.equal" in tests

CRAN release v2.8.5

12 Dec 21:34
Compare
Choose a tag to compare

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

16 Jul 05:48
Compare
Choose a tag to compare

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

19 Feb 04:59
Compare
Choose a tag to compare

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

06 Oct 05:17
7b930cd
Compare
Choose a tag to compare

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

13 Sep 02:17
Compare
Choose a tag to compare

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

CRAN version 2.4.0

03 Jul 04:42
Compare
Choose a tag to compare

qgcomp v2.4.0

Major changes

  • Documentation improvements
  • Added hurdle models (qgcomp.hurdle.*boot functions), which address the excess in
    zeroes in a distribution slightly differently from zero inflated models (based on
    pscl package functions.)

Bug fixes

  • Package broom deprecates a dependency in an upcoming release. This dependency was removed
  • Bug with pointwisebound.noboot when non-exposure variables are encoded as factors
  • fixed bug in .split.cluster.data function that failed with most ID variable types
  • fixed R 4.0.0 bug where MCsize was ignored
  • fixed rare bug in hurdle/zi methods with non-quantized exposures, resulted in ridiculous runtimes if not errors

CRAN version 2.3.0

08 Apr 05:29
Compare
Choose a tag to compare

qgcomp v2.3.0

Major changes

  • Documentation improvements
  • Added ability to perform weighted analysis for glm, survival, and zero inflated objects
  • Implement sample splitting to estimate partial effects via qgcomp.partials.

Bug fixes

  • Fixed bug in print function that missed linear fits
  • Fixed visual bug in plots introduced after updating ggplot 3.3.0 (instituted forced update of ggplot2 for users, sorry!)