Skip to content

Commit b85b2ed

Browse files
committed
fix metadata paths
1 parent 22b5452 commit b85b2ed

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

doc/irm/irm.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The simulations are based on the the [make_irm_data](https://docs.doubleml.org/
3030

3131
```{python}
3232
#| echo: false
33-
metadata_file = '../../results/irm/irm_ate_coverage_metadata.csv'
33+
metadata_file = '../../results/irm/irm_ate_metadata.csv'
3434
metadata_df = pd.read_csv(metadata_file)
3535
print(metadata_df.T.to_string(header=False))
3636
```

doc/irm/irm_cate.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The non-uniform results (coverage, ci length and bias) refer to averaged values
3232

3333
```{python}
3434
#| echo: false
35-
metadata_file = '../../results/irm/irm_cate_coverage_metadata.csv'
35+
metadata_file = '../../results/irm/irm_cate_metadata.csv'
3636
metadata_df = pd.read_csv(metadata_file)
3737
print(metadata_df.T.to_string(header=False))
3838
```

doc/irm/irm_gate.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The non-uniform results (coverage, ci length and bias) refer to averaged values
3232

3333
```{python}
3434
#| echo: false
35-
metadata_file = '../../results/irm/irm_gate_coverage_metadata.csv'
35+
metadata_file = '../../results/irm/irm_gate_metadata.csv'
3636
metadata_df = pd.read_csv(metadata_file)
3737
print(metadata_df.T.to_string(header=False))
3838
```

doc/plm/pliv.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The simulations are based on the the [make_pliv_CHS2015](https://docs.doubleml.
3030

3131
```{python}
3232
#| echo: false
33-
metadata_file = '../../results/plm/pliv_late_coverage_metadata.csv'
33+
metadata_file = '../../results/plm/pliv_late_metadata.csv'
3434
metadata_df = pd.read_csv(metadata_file)
3535
print(metadata_df.T.to_string(header=False))
3636
```

doc/plm/plr.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The simulations are based on the the [make_plr_CCDDHNR2018](https://docs.double
3030

3131
```{python}
3232
#| echo: false
33-
metadata_file = '../../results/plm/plr_ate_coverage_metadata.csv'
33+
metadata_file = '../../results/plm/plr_ate_metadata.csv'
3434
metadata_df = pd.read_csv(metadata_file)
3535
print(metadata_df.T.to_string(header=False))
3636
```

doc/plm/plr_cate.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The non-uniform results (coverage, ci length and bias) refer to averaged values
3232

3333
```{python}
3434
#| echo: false
35-
metadata_file = '../../results/plm/plr_cate_coverage_metadata.csv'
35+
metadata_file = '../../results/plm/plr_cate_metadata.csv'
3636
metadata_df = pd.read_csv(metadata_file)
3737
print(metadata_df.T.to_string(header=False))
3838
```
@@ -116,4 +116,4 @@ generate_and_show_styled_table(
116116
rename_map={"Learner g": "Learner l"},
117117
coverage_highlight_cols=["Coverage", "Uniform Coverage"]
118118
)
119-
```
119+
```

doc/plm/plr_gate.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The non-uniform results (coverage, ci length and bias) refer to averaged values
3232

3333
```{python}
3434
#| echo: false
35-
metadata_file = '../../results/plm/plr_gate_coverage_metadata.csv'
35+
metadata_file = '../../results/plm/plr_gate_metadata.csv'
3636
metadata_df = pd.read_csv(metadata_file)
3737
print(metadata_df.T.to_string(header=False))
3838
```

doc/rdd/rdd.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The simulations are based on the [make_simple_rdd_data](https://docs.doubleml.or
3131

3232
```{python}
3333
#| echo: false
34-
metadata_file = '../../results/rdd/rdd_sharp_coverage_metadata.csv'
34+
metadata_file = '../../results/rdd/rdd_sharp_metadata.csv'
3535
metadata_df = pd.read_csv(metadata_file)
3636
print(metadata_df.T.to_string(header=False))
3737
```
@@ -83,7 +83,7 @@ The simulations are based on the [make_simple_rdd_data](https://docs.doubleml.or
8383

8484
```{python}
8585
#| echo: false
86-
metadata_file = '../../results/rdd/rdd_fuzzy_coverage_metadata.csv'
86+
metadata_file = '../../results/rdd/rdd_fuzzy_metadata.csv'
8787
metadata_df = pd.read_csv(metadata_file)
8888
print(metadata_df.T.to_string(header=False))
8989
```

0 commit comments

Comments
 (0)