Skip to content

Commit 93f68ad

Browse files
committed
Standardize section titles to "Coverage" in multiple documentation files
1 parent c450065 commit 93f68ad

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doc/did/did_cs.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from utils.style_tables import generate_and_show_styled_table
2222
init_notebook_mode(all_interactive=True)
2323
```
2424

25-
## ATTE Coverage
25+
## Coverage
2626

2727
The simulations are based on the the [make_did_SZ2020](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_SZ2020.html)-DGP with $1000$ observations. Learners are only set to boosting, due to time constraints (and the nonlinearity of some of the DGPs).
2828

doc/did/did_cs_multi.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from utils.style_tables import generate_and_show_styled_table
2222
init_notebook_mode(all_interactive=True)
2323
```
2424

25-
## ATTE Coverage
25+
## Coverage
2626

2727
The simulations are based on the [make_did_cs_CS2021](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_cs_CS2021.html)-DGP with $2000$ observations. Learners are both set to either boosting or a linear (logistic) model. Due to time constraints we only consider the following DGPs:
2828

doc/did/did_pa.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from utils.style_tables import generate_and_show_styled_table
2222
init_notebook_mode(all_interactive=True)
2323
```
2424

25-
## ATTE Coverage
25+
## Coverage
2626

2727
The simulations are based on the the [make_did_SZ2020](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_SZ2020.html)-DGP with $1000$ observations. Learners are only set to boosting, due to time constraints (and the nonlinearity of some of the DGPs).
2828

doc/did/did_pa_multi.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from utils.style_tables import generate_and_show_styled_table
2222
init_notebook_mode(all_interactive=True)
2323
```
2424

25-
## ATTE Coverage
25+
## Coverage
2626

2727
The simulations are based on the the [make_did_CS2021](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_CS2021.html)-DGP with $2000$ observations. Learners are both set to either boosting or a linear (logistic) model. Due to time constraints we only consider the following DGPs:
2828

doc/ssm/ssm_mar.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ from utils.style_tables import generate_and_show_styled_table
2222
init_notebook_mode(all_interactive=True)
2323
```
2424

25-
## ATE Coverage
25+
## Coverage
2626

27-
The simulations are based on the [make_ssm_data](https://docs.doubleml.org/stable/api/generated/doubleml.datasets.make_ssm_data.html)-DGP with $500$ observations. The simulation considers data under [missingness at random](https://docs.doubleml.org/stable/guide/models.html#missingness-at-random).
27+
The simulations are based on the [make_ssm_data](https://docs.doubleml.org/stable/api/generated/doubleml.irm.datasets.make_ssm_data.html)-DGP with $500$ observations. The simulation considers data under [missingness at random](https://docs.doubleml.org/stable/guide/models.html#missingness-at-random).
2828

2929
::: {.callout-note title="Metadata" collapse="true"}
3030

doc/ssm/ssm_nonignorable.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ from utils.style_tables import generate_and_show_styled_table
2222
init_notebook_mode(all_interactive=True)
2323
```
2424

25-
## ATE Coverage
25+
## Coverage
2626

27-
The simulations are based on the [make_ssm_data](https://docs.doubleml.org/stable/api/generated/doubleml.datasets.make_ssm_data.html)-DGP with $500$ observations. The simulation considers data with [nonignorable nonresponse](https://docs.doubleml.org/stable/guide/models.html#nonignorable-nonresponse).
27+
The simulations are based on the [make_ssm_data](https://docs.doubleml.org/stable/api/generated/doubleml.irm.datasets.make_ssm_data.html)-DGP with $500$ observations. The simulation considers data with [nonignorable nonresponse](https://docs.doubleml.org/stable/guide/models.html#nonignorable-nonresponse).
2828

2929
::: {.callout-note title="Metadata" collapse="true"}
3030

0 commit comments

Comments
 (0)