commit 3660fec3de7ae741bd80b9b55f94bdbbdf5c7420
parent 7b1f17a8d2c74f384c5ecbaaba74ef144fd7d18f
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Thu, 17 Aug 2023 16:48:25 -0700
Updated a link
I moved all of my code off of GitHub, but this particular repo is still
available on my stagit site.
Diffstat:
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/content/posts/antivax-attitudes/index.md b/content/posts/antivax-attitudes/index.md
@@ -59,14 +59,15 @@ blue lines indicate an increase in agreement (toward a more pro-vaccine stance)
and red lines indicate a reduction in agreement (a more anti-vaccine stance).
The JAGS code for the model is part of the source of this document, which is
-[available on Github](https://github.com/eamoncaddigan/antivax-attitudes). It
-uses a Bayesian analog to a three-factor ANOVA, with a thresholded cummulative
-normal distribution serving as a link function. Such models fit ordinal
-responses (such as those obtained from surveys) well. The thresholds and
-variance of the link function were fit independently for each question. The
-mean of the function was estimated for each response using a linear combination
-of the levels of the question, the interval (pre-test vs. post-test), the
-intervention group, and all interactions between these factors.
+[available through Git](https://git.eamoncaddigan.net/antivax-attitudes/).
+It uses a Bayesian analog to a three-factor ANOVA, with a thresholded
+cummulative normal distribution serving as a link function. Such models fit
+ordinal responses (such as those obtained from surveys) well. The thresholds
+and variance of the link function were fit independently for each question.
+The mean of the function was estimated for each response using a linear
+combination of the levels of the question, the interval (pre-test vs.
+post-test), the intervention group, and all interactions between these
+factors.
## Results