Skip to content

Commit 988807f

Browse files
committed
typo
1 parent 08eff48 commit 988807f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/causal_inference/moderation_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"id": "9b6dcb50",
247247
"metadata": {},
248248
"source": [
249-
"Because we want to focus on the moderation concept and not the specific example. it can be useful to use consistent and more abstract notation, so we will define:\n",
249+
"Because we want to focus on the moderation concept and not the specific example it can be useful to use consistent and more abstract notation, so we will define:\n",
250250
"- $x$ as the main predictor variable. In this example it is training.\n",
251251
"- $y$ as the outcome variable. In this example it is muscle percentage.\n",
252252
"- $m$ as the moderator. In this example it is age.\n",

examples/causal_inference/moderation_analysis.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pgm.add_text(-0.25, -0.75, r"muscle mass := $f$(training, age)")
175175
pgm.render();
176176
```
177177

178-
Because we want to focus on the moderation concept and not the specific example. it can be useful to use consistent and more abstract notation, so we will define:
178+
Because we want to focus on the moderation concept and not the specific example it can be useful to use consistent and more abstract notation, so we will define:
179179
- $x$ as the main predictor variable. In this example it is training.
180180
- $y$ as the outcome variable. In this example it is muscle percentage.
181181
- $m$ as the moderator. In this example it is age.

0 commit comments

Comments
 (0)