From 1169d10567480dda933203a15c63083252fe9b8f Mon Sep 17 00:00:00 2001 From: l-acs Date: Mon, 16 Dec 2024 12:22:05 -0500 Subject: [PATCH] Add z score label to SCAARED social where it was missing --- code/analysisReadAloudBeta.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/analysisReadAloudBeta.R b/code/analysisReadAloudBeta.R index f0bcca8..241ff11 100644 --- a/code/analysisReadAloudBeta.R +++ b/code/analysisReadAloudBeta.R @@ -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") @@ -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")