Skip to content

Commit ee8e67d

Browse files
committed
Updates
1 parent 1a5c821 commit ee8e67d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: WeightIt
22
Type: Package
33
Title: Weighting for Covariate Balance in Observational Studies
4-
Version: 1.5.0.9001
4+
Version: 1.5.0.9002
55
Authors@R: c(
66
person("Noah", "Greifer", role=c("aut", "cre"),
77
email = "noah.greifer@gmail.com",

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ WeightIt News and Updates
55

66
* `calibrate()` with `method = "isoreg"` can now be used with sampling weights.
77

8+
* With `predict.ordinal_weightit()` and `predict.multinom_weightit()` with `type = "response"`, an optional `level` argument can be supplied to request predictions solely for the given outcome level.
9+
810
* When `vcov` is `"BS"` or `"FWB"` in `glm_weightit()`, etc., any call to `trim()` or `calibrate()` will be applied within each bootstrap replication.
911

1012
* Fixed a bug when using bootstrapping on `glm_weightit()`, etc., when the original call to `weightit()` was called as `WeightIt::weightit()`. (#85)

0 commit comments

Comments
 (0)