Skip to content

Commit

Permalink
Add stats and plots for f_model23.5_z_scored_logistic
Browse files Browse the repository at this point in the history
  • Loading branch information
l-acs committed Dec 28, 2024
1 parent c29a9f1 commit 66f772c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions code/analysisWordLevelReadAloudBeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))




Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66f772c

Please sign in to comment.