8000 Releases · alexpkeil1/qgcomp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: alexpkeil1/qgcomp

CRAN release v2.17.4

23 Feb 19:19
Compare
Choose a tag to compare

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

22 Jan 15:10
Compare
Choose a tag to compare

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

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
0