Skip to content

Commit c223636

Browse files
Admin_mschuemiAdmin_mschuemi
authored andcommitted
Regenerating documentation
1 parent e0fdc36 commit c223636

File tree

165 files changed

+331
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+331
-146
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: CohortMethod
22
Type: Package
33
Title: New-User Cohort Method with Large Scale Propensity and Outcome Models
44
Version: 6.0.0
5-
Date: 2026-02-13
5+
Date: 2026-02-23
66
Authors@R: c(
77
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut", "cre")),
88
person("Marc", "Suchard", role = c("aut")),

docs/articles/MultipleAnalyses.html

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/MultipleAnalyses.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -243,38 +243,38 @@ DatabaseConnector::disconnect(connection)
243243
```
244244

245245
## cohort_definition_id count
246-
## 1 433701 90997
247-
## 2 435783 178528
248-
## 3 380731 106693
249-
## 4 4134120 51817
250-
## 5 433516 236503
251-
## 6 197494 114327
252-
## 7 432867 37075900
253-
## 8 436665 717207
254-
## 9 432661 990
255-
## 10 436676 431672
256-
## 11 4152280 2125215
257-
## 12 257315 982236
258-
## 13 200528 979211
259-
## 14 444429 170621
260-
## 15 433753 496482
261-
## 16 435524 356849
262-
## 17 442619 1036
263-
## 18 4134454 17972
264-
## 19 435459 155207
265-
## 20 317376 74848
266-
## 21 314658 3305406
267-
## 22 29735 324877
268-
## 23 198199 215692
269-
## 24 4182210 4430749
270-
## 25 4174262 1332706
271-
## 26 4286201 216303
272-
## 27 140673 8957971
273-
## 28 2 993116
274-
## 29 1 917230
246+
## 1 4182210 4430749
247+
## 2 4134120 51817
248+
## 3 4152280 2125215
249+
## 4 257315 982236
250+
## 5 317376 74848
251+
## 6 314658 3305406
252+
## 7 4174262 1332706
253+
## 8 4286201 216303
254+
## 9 4134454 17972
255+
## 10 433701 90997
256+
## 11 435783 178528
257+
## 12 140673 8957971
258+
## 13 380731 106693
259+
## 14 433516 236503
260+
## 15 197494 114327
261+
## 16 432867 37075900
262+
## 17 198199 215692
263+
## 18 436665 717207
264+
## 19 436676 431672
265+
## 20 200528 979211
266+
## 21 444429 170621
267+
## 22 433753 496482
268+
## 23 435524 356849
269+
## 24 442619 1036
270+
## 25 435459 155207
271+
## 26 29735 324877
272+
## 27 432661 990
273+
## 28 3 1791695
274+
## 29 2 993116
275275
## 30 321319 1337722
276-
## 31 77 1123643
277-
## 32 3 1791695
276+
## 31 1 917230
277+
## 32 77 1123643
278278

279279
## Specifying hypotheses of interest
280280

@@ -929,7 +929,7 @@ retrieved using
929929
getResultsDataModelSpecifications()
930930
```
931931

932-
## # A tibble: 183 × 8
932+
## # A tibble: 191 × 8
933933
## tableName columnName dataType isRequired primaryKey minCellCount deprecated
934934
## <chr> <chr> <chr> <chr> <chr> <chr> <chr>
935935
## 1 cm_attriti… sequence_… int Yes Yes No No
@@ -942,7 +942,7 @@ getResultsDataModelSpecifications()
942942
## 8 cm_attriti… database_… varchar Yes Yes No No
943943
## 9 cm_follow_… target_co… bigint Yes Yes No No
944944
## 10 cm_follow_… outcome_id bigint Yes Yes No No
945-
## # ℹ 173 more rows
945+
## # ℹ 181 more rows
946946
## # ℹ 1 more variable: description <chr>
947947

948948
## Acknowledgments

docs/articles/ResultsSchema.html

Lines changed: 78 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/ResultsSchema.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,14 @@ In this section you will find the list of tables and their fields.
7575
| comparator_mean_before | float | No | Yes | No | The mean value of the covariate in the comparator cohort before propensity score adjustment. |
7676
| mean_before | float | No | Yes | No | The mean value of the covariate in the union of the target and comparator cohort before propensity score adjustment. |
7777
| std_diff_before | float | No | No | No | The standardized difference of the means between the target and comparator cohort before propensity score adjustment. |
78+
| std_diff_var_before | float | No | No | No | The variance of the standardized difference of the means between the target and comparator cohort before propensity score adjustment. |
79+
| balanced_before | int | No | No | No | Is the covariate balanced before propensity score adjustment? (1 = yes, 0 = no) |
7880
| mean_after | float | No | Yes | No | The mean value of the covariate in the union of the target and comparator cohort after propensity score adjustment. |
7981
| target_mean_after | float | No | Yes | No | The mean value of the covariate in the target cohort after propensity score adjustment. |
8082
| comparator_mean_after | float | No | Yes | No | The mean value of the covariate in the comparator cohort after propensity score adjustment. |
8183
| std_diff_after | float | No | No | No | The standardized difference of the means between the target and comparator cohort after propensity score adjustment. |
84+
| std_diff_var_after | float | No | No | No | The variance of the standardized difference of the means between the target and comparator cohort after propensity score adjustment. |
85+
| balanced_after | int | No | No | No | Is the covariate balanced after propensity score adjustment? (1 = yes, 0 = no) |
8286
| target_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the target cohort. |
8387
| comparator_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the comparator cohort. |
8488
| target_comparator_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the union of the target and comparator cohorts. |
@@ -144,7 +148,7 @@ In this section you will find the list of tables and their fields.
144148
| analysis_id | int | Yes | No | No | Foreign key referencing the cm_analysis table. |
145149
| target_comparator_id | bigint | Yes | No | No | A foreign key referencing the target_comparator table. |
146150
| outcome_id | bigint | Yes | No | No | The identifier for the outcome cohort. |
147-
| interaction_covariate_id | int | Yes | No | No | Foreign key referencing the cm_covariate table. |
151+
| interaction_covariate_id | bigint | Yes | No | No | Foreign key referencing the cm_covariate table. |
148152
| rr | float | No | No | No | The estimated relative risk (e.g. the ratio of hazard ratios). |
149153
| ci_95_lb | float | No | No | No | The lower bound of the 95% confidence interval of the relative risk. |
150154
| ci_95_ub | float | No | No | No | The upper bound of the 95% confidence interval of the relative risk. |
@@ -260,10 +264,14 @@ In this section you will find the list of tables and their fields.
260264
| target_mean_before | float | No | Yes | No | The mean value of the covariate in the target cohort before propensity score adjustment. |
261265
| comparator_mean_before | float | No | Yes | No | The mean value of the covariate in the comparator cohort before propensity score adjustment. |
262266
| std_diff_before | float | No | No | No | The standardized difference of the means between the target and comparator cohort before propensity score adjustment. |
267+
| std_diff_var_before | float | No | No | No | The variance of the standardized difference of the means between the target and comparator cohort before propensity score adjustment. |
268+
| balanced_before | int | No | No | No | Is the covariate balanced before propensity score adjustment? (1 = yes, 0 = no) |
263269
| mean_after | float | No | Yes | No | The mean value of the covariate in the union of the target and comparator cohort after propensity score adjustment. |
264270
| target_mean_after | float | No | Yes | No | The mean value of the covariate in the target cohort after propensity score adjustment. |
265271
| comparator_mean_after | float | No | Yes | No | The mean value of the covariate in the comparator cohort after propensity score adjustment. |
266272
| std_diff_after | float | No | No | No | The standardized difference of the means between the target and comparator cohort after propensity score adjustment. |
273+
| std_diff_var_after | float | No | No | No | The variance of the standardized difference of the means between the target and comparator cohort after propensity score adjustment. |
274+
| balanced_after | int | No | No | No | Is the covariate balanced after propensity score adjustment? (1 = yes, 0 = no) |
267275
| target_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the target cohort. |
268276
| comparator_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the comparator cohort. |
269277
| target_comparator_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the union of the target and comparator cohorts. |

0 commit comments

Comments
 (0)