diff --git a/code/analysisWordLevelReadAloudBeta.R b/code/analysisWordLevelReadAloudBeta.R index 5a57da0..b7fc1f1 100644 --- a/code/analysisWordLevelReadAloudBeta.R +++ b/code/analysisWordLevelReadAloudBeta.R @@ -715,6 +715,26 @@ f_model23.5_z_scored_logistic <- glmer(misprod_outcome ~ hesitation_predictor * data=errorDat, family = "binomial") summary(f_model23.5_z_scored_logistic) +interact_plot(model = f_model23.5_z_scored_logistic, + pred = scaaredSoc_z, + modx = hesitation_predictor, + interval = TRUE, + x.label = "SCAARED-Social score\n(z-scored)", + y.label = expression('Probability of misproduction (word-level)'), + legend.main = "Presence/absence of hesitation (word-level)", + main.title = "Social Anxiety Severity and Item-Level Hesitations and Misproductions") + + theme(plot.title = element_text(hjust = 0.5)) + +interact_plot(model = f_model23.5_z_scored_logistic, + pred = hesitation_predictor, + modx = scaaredSoc_z, + interval = TRUE, + x.label = "Presence/absence of hesitation (word-level)", + y.label = expression('Probability of misproduction (word-level)'), + legend.main = "SCAARED-Social score\n(z-scored)", + main.title = "Social Anxiety Severity and Item-Level Hesitations and Misproductions") + + theme(plot.title = element_text(hjust = 0.5)) + diff --git a/results/figures/word-level/logistic/f_model23.5_logistic-a.png b/results/figures/word-level/logistic/f_model23.5_logistic-a.png new file mode 100644 index 0000000..1b5e909 Binary files /dev/null and b/results/figures/word-level/logistic/f_model23.5_logistic-a.png differ diff --git a/results/figures/word-level/logistic/f_model23.5_logistic-b.png b/results/figures/word-level/logistic/f_model23.5_logistic-b.png new file mode 100644 index 0000000..a86737a Binary files /dev/null and b/results/figures/word-level/logistic/f_model23.5_logistic-b.png differ