Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreifer committed Feb 26, 2024
1 parent 5dad1bc commit c668323
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cobalt
Title: Covariate Balance Tables and Plots
Version: 4.5.3.9001
Version: 4.5.4
Authors@R: c(
person("Noah", "Greifer", role=c("aut", "cre"),
email = "noah.greifer@gmail.com",
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
`cobalt` News and Updates
======

# cobalt (development version)
# cobalt 4.5.4

* Minor update to accommodate `ggplot2` 3.5.0. Thanks to @teunbrand. (#80)

* `bal.tab()` no longer throws a note about `s.d.denom` when `binary = "raw"` and `continuous = "raw"` (i.e., only raw mean differences are requested).

* `col_w_smd()` now correctly includes all data in computing the standardization factor for standardized mean differences when `subset` is supplied, consistent with the documentation. Previously, only the subsetted units were included in the standardization factor. This does not affect any results from `bal.tab()` or `bal.compute()`, which already used the correct units.

* Added a new vignette for frequently asked questions, which describes in further detail why some choices were made. See `vignette("faq")`.

# cobalt 4.5.3

* Fixed a bug when missing values were present in continuous covariates. Thanks to @vnusinfo. (#76)
Expand Down

0 comments on commit c668323

Please sign in to comment.