Skip to content

Releases: jaredhuling/personalized

CRAN release 0.2.7

28 Jun 13:17
Compare
Choose a tag to compare
  • Bug fix for GAM-based losses
  • Replaces gbm implementation with xgboost using a custom loss function
  • Adds vignette for estimation of flexible ITRs via xgboost

CRAN Release 0.2.6

30 May 20:40
Compare
Choose a tag to compare
  • Various small improvements/bug fixes
  • Added changes to reflect the incoming JSS publication related to this package
  • The DOI in the CITATION is for a new JSS publication that will be registered after
    publication on CRAN.

CRAN Release 0.2.5

07 Nov 17:28
Compare
Choose a tag to compare
  • Adds utilities for construction of augmentation functions and propensity score fitting functions
  • Adds vignette for multi-category treatments and for usage of augmentation/propensity score utilities
  • Various bug fixes

CRAN Release 0.2.4

22 May 17:58
Compare
Choose a tag to compare
  • Added warning for use of Harrell's procedure in high dimensions
  • Changed default value for 'train.fraction' to 0.75 from 0.5 in 'validate.subgroup'
  • Minor improvements to plotting for 'subgroup_validated' objects

CRAN Release 0.2.3

07 Feb 23:44
Compare
Choose a tag to compare
  • Fixes trt factor level reordering issue for plots

CRAN Release 0.2.2

15 Nov 17:18
Compare
Choose a tag to compare
  • Fixes model printing error
  • Improves subgroup.summarize() output

CRAN Release 0.2.1

19 Sep 11:33
Compare
Choose a tag to compare
  • Fixes default argument bug for r-oldrel + windows

CRAN Release 0.2.0

18 Sep 12:43
Compare
Choose a tag to compare
  • Simplified plot labeling
  • Added clarifications to documentation
  • Added customized loss function option
  • Added options for count outcomes via Poisson negative log-likelihood as the loss
  • Added treatment effect calculation based on estimated benefit scores
  • Clarified/improved printing
  • Improved numerical stability of weighted.ksvm

CRAN release 0.1.5

12 Apr 12:51
Compare
Choose a tag to compare
  • Added printing of subgroup_validated results for quantile cutoffs via the which.quant argument

CRAN release 0.1.4

09 Mar 16:18
Compare
Choose a tag to compare
  • add quantile and median cutpoints as options
  • fixes subgroup effect calculation to account for weights
  • add conditional plots for fitted and validated objects