Skip to content

Commit

Permalink
accidentally left in slope when I was testing model output with rando…
Browse files Browse the repository at this point in the history
…m slopes.
  • Loading branch information
mjskay committed Jan 26, 2015
1 parent 428fb04 commit 2607bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -968,7 +968,7 @@ visreg(m.pre_manipulation, "bls_p_women")
#In this part we examine only those who returned.
manipulated_perceptions_post = read.csv("data/public/manipulated_perceptions_post.csv")
m.post_manipulation = lmer(perceived_p_women_2 ~ synthetic_p_women + perceived_p_women_1 +
(perceived_p_women_1|participant),
(1|participant),
data=manipulated_perceptions_post)
summary(m.post_manipulation)
Expand Down

0 comments on commit 2607bdb

Please sign in to comment.