Skip to content

Commit

Permalink
remove formatting from paper title
Browse files Browse the repository at this point in the history
  • Loading branch information
salbalkus committed Nov 27, 2024
1 parent 0dc12b8 commit 97a8a13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tags:
- statistics
- causal inference
- tables
title: "`CausalTables.jl`: Simulating and storing data for statistical
title: "CausalTables.jl: Simulating and storing data for statistical
causal inference in Julia"
toc-title: Table of contents
---
Expand Down Expand Up @@ -195,7 +195,7 @@ ate(scm) # average treatment effect
```

::: {.cell-output .cell-output-display execution_count="1"}
(μ = 1.000, eff_bound = 1.996)
(μ = 1.002, eff_bound = 2.001)
:::
::::

Expand Down Expand Up @@ -234,7 +234,7 @@ mean(y .* (2 * a .- 1) ./ propensity(scm, ct, :A))
```

::: {.cell-output .cell-output-display execution_count="1"}
1.171
1.021
:::
::::

Expand All @@ -251,7 +251,7 @@ mean(y_treated .- y_untreated)
```

::: {.cell-output .cell-output-display execution_count="1"}
0.950
0.994
:::
::::

Expand Down Expand Up @@ -297,7 +297,7 @@ ape(scm, additive_mtp(1)) # average policy effect
```

::: {.cell-output .cell-output-display execution_count="1"}
(μ = 2.501, eff_bound = 5.270)
(μ = 2.502, eff_bound = 5.242)
:::
::::

Expand All @@ -316,7 +316,7 @@ mean(conmean(scm, ct_intervened, :Y) .- responsematrix(ct))
```

::: {.cell-output .cell-output-display execution_count="1"}
2.551
2.529
:::
::::

Expand Down
2 changes: 1 addition & 1 deletion paper/paper.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`CausalTables.jl`: Simulating and storing data for statistical causal
title: "CausalTables.jl: Simulating and storing data for statistical causal
inference in Julia"
tags:
- Julia
Expand Down

0 comments on commit 97a8a13

Please sign in to comment.