commit facef0856839a1de1db39592cd448f3b9ea3c4c8
parent f5a65b0d7b81897286e25fa962809aec20408356
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date: Thu, 17 Sep 2015 15:06:22 -0400
Using for my next blog post.
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/EndingScoreDifferences.R b/EndingScoreDifferences.R
@@ -1,7 +1,10 @@
-# Worried about failures of random assignment. Let's check differences in FINAL
-# scores, instead of differences in CHANGES.
+# Worried about failures of random assignment. Let's check differences in FINAL
+# scores, instead of differences in CHANGES.
+#
+# This assumes that all the chunks from antivax-attitudes.Rmd had been run in
+# the current environment.
-png(file="ending_scores.png", width=800, height=600)
+png(file="bayesian_ending_scores.png", width=900, height=300)
par(mfrow = c(1, 3), mar=c(2, 1, 1, 1), oma=c(0, 0, 4, 0))
# We'll look at all the pairs of levels for x2. Easy for three levels, but this
diff --git a/bayesian_ending_scores.png b/bayesian_ending_scores.png
Binary files differ.