Skip to content

Commit

Permalink
implement compute balance patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fanbu1995 committed Dec 5, 2023
1 parent aebf29d commit be7c9b6
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: CohortMethod
Type: Package
Title: New-User Cohort Method with Large Scale Propensity and Outcome Models
Version: 4.2.2
Date: 2022-01-21
Version: 4.2.3
Date: 2023-12-05
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
person("Marc", "Suchard", role = c("aut")),
Expand Down Expand Up @@ -62,6 +62,6 @@ Remotes:
ohdsi/Eunomia
LinkingTo: Rcpp
NeedsCompilation: yes
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
CohortMethod 4.2.3
==================
Changes:

1. Fix `sd` computation in `computeCovariateBalance()` and `computeMeansPerGroup()`
2. Retain per group `sd` in `computeCovariateBalance()` results


CohortMethod 4.2.2
==================

Expand Down
41 changes: 40 additions & 1 deletion man/computeCovariateBalance.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/createFitOutcomeModelArgs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/fitOutcomeModel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be7c9b6

Please sign in to comment.