Skip to content

Commit 4802cfa

Browse files
committed
# Minor revision
1 parent f366955 commit 4802cfa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vignettes/articles/chapter2_correlated_biomarkers.qmd

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ Where:
5353
- $\tau_j$: Precision (inverse of variance) of the measurement noise for biomarker $j$
5454
- $(a_j, b_j)$: Shape and rate hyperparameters of the Gamma prior for precision, which control its expected value and variability
5555
56-
The expression above corresponds to line 75 of `model.jags`:
57-
58-
``` {.r include="../../inst/extdata/model.jags" start-line="75" end-line="75" code-line-numbers="true"}
59-
prec.logy[cur_antigen_iso] ~ dgamma(prec.logy.hyp[cur_antigen_iso,1], prec.logy.hyp[cur_antigen_iso,2])
60-
```
61-
6256
------------------------------------------------------------------------
6357
6458
## Parameter Summary

0 commit comments

Comments
 (0)