Skip to content

Commit b94f6d1

Browse files
authored
Merge pull request #55 from 3mmaRand/fix/annotation-refs
closes #54
2 parents e529c9c + 26e9fe5 commit b94f6d1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pgt52m/week-7/workshop.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ compared and the *p*-value. The `annotate()` function can be used to
304304
draw the line and then to add the value. The line is a `segment` and the
305305
*p*-value is a `text`.
306306

307-
#### Annotation - method 1 {@week-7-annotation-method-1}
307+
#### Annotation - method 1 {#week-7-annotation-method-1}
308308

309309
You can annotate the *p*-value manually by typing it in to the
310310
appropriate `annotate()` function.
@@ -336,7 +336,7 @@ annotate("text", x = 1.5, y = 11.7,
336336
However, it is more reproducible to extract the *p*-value from the model
337337
object.
338338

339-
#### Annotation - method 2 {@week-7-annotation-method-2}
339+
#### Annotation - method 2 {#week-7-annotation-method-2}
340340

341341
![](images/do_in_R.png) Extract the *p*-value from the model object:
342342

r4babs2/week-3/workshop.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ compared and the *p*-value. The `annotate()` function can be used to
305305
draw the line and then to add the value. The line is a `segment` and the
306306
*p*-value is a `text`.
307307

308-
#### Annotation - method 1 {@week-4-annotation-method-1}
308+
#### Annotation - method 1 {#week-3-annotation-method-1}
309309

310310
You can annotate the *p*-value manually by typing it in to the
311311
appropriate `annotate()` function.
@@ -337,7 +337,7 @@ annotate("text", x = 1.5, y = 11.7,
337337
However, it is more reproducible to extract the *p*-value from the model
338338
object.
339339

340-
#### Annotation - method 2 {@week-4-annotation-method-2}
340+
#### Annotation - method 2 {#week-3-annotation-method-2}
341341

342342
![](images/do_in_R.png) Extract the *p*-value from the model object:
343343

r4babs2/week-4/workshop.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ We will again use both our `seal` and `seal_summary` dataframes.
319319
![](images/do_in_R.png) Create the plot
320320

321321
::: callout-tip
322-
Use method 1 (see [@week-4-annotation-method-1]) OR method 2 (see
323-
[@week-4-annotation-method-2]) to add the p value
322+
Use method 1 (see [@week-3-annotation-method-1]) OR method 2 (see
323+
[@week-3-annotation-method-2]) to add the p value
324324

325325
If you want to use method 2 for annotating the *p*-value, you can
326326
extract the *p*-value with

0 commit comments

Comments
 (0)