antivax-attitudes

Reanalyses of data from Horne, Powell, Hummel & Holyoak (2015)
git clone https://git.eamoncaddigan.net/antivax-attitudes.git
Log | Files | Refs | README | LICENSE

commit bd225f187a50ce016fbffe046429b98310f2a0cb
parent 1493057f47611d69a28e97a77a7f015a13b5b8a3
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Tue,  1 Sep 2015 16:42:13 -0400

Rearranging stuff.

Diffstat:
Mantivax-attitudes.Rmd | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/antivax-attitudes.Rmd b/antivax-attitudes.Rmd @@ -243,7 +243,6 @@ modelString <- " } } " # close quote for modelString -cat(modelString) # Write out modelString to a text file writeLines(modelString , con="TEMPmodel.txt") @@ -374,3 +373,15 @@ Here the only credible differences we see both occur for participants in the "di ### Expanding the models This is just one way to model the data, and other models may be appropriate for slightly different questions. For instance, the standard deviation and thereshold values were fit separately for each question here, but these could instead be based on a hyperparameter that could iteself be modelled. I also didn't model subject effects; there were many subjects and few data points per subject, so a full model with subjects included would take much longer to fit. This approach requires an investigator to be very deliberate about modelling decisions, which I generally see as a good thing. + +### Conclusions + +Conclude something + +## The model + +Here's the JAGS code for anybody interested + +```{r, echo=FALSE} +cat(modelString) +```