Skip to content

Commit

Permalink
Add z score label to SCAARED social where it was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
l-acs committed Dec 16, 2024
1 parent 1e1ed91 commit 1169d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/analysisReadAloudBeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ interact_plot(model = f_model9_z_scored,
y.label = #expression(
#atop(
"Average comprehension accuracy",# "(z-scored)")),
legend.main = "SCAARED-Social score",
legend.main = "SCAARED-Social score\n(z-scored)",
main.title = "Rate of Hesitation, Social Anxiety Severity, and Comprehension Accuracy")


Expand Down Expand Up @@ -797,7 +797,7 @@ interact_plot(model = f_model24_z_scored,
atop("Rate of hesitations per word", "(z-scored)")),
y.label = expression(
atop('Rate of misproductions per word', '(z-scored)')),
legend.main = "SCAARED-Social score",
legend.main = "SCAARED-Social score\n(z-scored)",
main.title = "Rate of Hesitation, Social Anxiety Severity, and Rate of Misproduction")


Expand Down

0 comments on commit 1169d10

Please sign in to comment.