Skip to content

Commit

Permalink
Add plots for age_model1_z_scored_logistic, age_model1.5_z_scored_log…
Browse files Browse the repository at this point in the history
…istic
  • Loading branch information
l-acs committed Dec 29, 2024
1 parent a40de34 commit 80ed1c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion code/analysisWordLevelReadAloudBeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,6 @@ interact_plot(model = f_model23.5_z_scored_logistic,




# What happens when we control for age?
# hesitation x scaaredSoc_z, cf. model5.5
# scaaredSoc_z 0.19651 0.07384 2.661 0.00779 **
Expand All @@ -754,6 +753,13 @@ age_model1_z_scored_logistic <- glmer(hesitation_outcome ~ scaaredSoc_z + age_z
data=errorDat, family = "binomial")
summary(age_model1_z_scored_logistic)

plot_glmer(age_model1_z_scored_logistic,
predictor = 'scaaredSoc_z',
outcome = 'Probability of hesitation\n(word level)',
xlab = 'SCAARED-Social score\n(z-scored)',
main = 'Social Anxiety Severity and Item-Level Hesitations\n(accounting for age)')


# What happens when we control for age?
# hesitation x scaaredSoc_z, control for word, cf. model5.5
# scaaredSoc_z 0.20149 0.07361 2.737 0.0062 **
Expand All @@ -762,6 +768,11 @@ age_model1.5_z_scored_logistic <- glmer(hesitation_outcome ~ scaaredSoc_z + age_
data=errorDat, family = "binomial")
summary(age_model1.5_z_scored_logistic)

plot_glmer(age_model1.5_z_scored_logistic,
predictor = 'scaaredSoc_z',
outcome = 'Probability of hesitation\n(word level)',
xlab = 'SCAARED-Social score\n(z-scored)',
main = 'Social Anxiety Severity and Item-Level Hesitations\n(accounting for age)')


# misprod-hes ordering
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 80ed1c3

Please sign in to comment.