commit c386979f91fbfc5e5309c2384b3f6ebd4f66bc42
parent a49954098088b4252cf31574da9cb98128781dba
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date: Fri, 21 Aug 2015 13:21:11 -0400
Took out autism questions because they weren't part of the original "vaccination attitude" measure. Which makes sense!
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/antivax-attitudes.R b/antivax-attitudes.R
@@ -34,9 +34,7 @@ questionnaireData <- expData.clean %>%
pretest.side_effects = Sideeffects_VaxScalePreTest,
posttest.side_effects = Sideeffects_VaxScalePostTest,
pretest.plan_to = Planto_VaxScalePreTest,
- posttest.plan_to = Planto_VaxScalePostTest,
- pretest.autism = Autism_PreTest,
- posttest.autism = AutismAttitude_PostTest) %>%
+ posttest.plan_to = Planto_VaxScalePostTest) %>%
# reverse-code the approrpiate columns
mutate(pretest.diseases = 7 - pretest.diseases,
posttest.diseases = 7 - posttest.diseases,