From a40de349be3e3b2cb50d428ffd161f0906c0fb05 Mon Sep 17 00:00:00 2001 From: l-acs Date: Sat, 28 Dec 2024 12:00:34 -0500 Subject: [PATCH] Add template for plotting logistic models --- code/analysisWordLevelReadAloudBeta.R | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/analysisWordLevelReadAloudBeta.R b/code/analysisWordLevelReadAloudBeta.R index b7fc1f1..c2436b9 100644 --- a/code/analysisWordLevelReadAloudBeta.R +++ b/code/analysisWordLevelReadAloudBeta.R @@ -575,6 +575,14 @@ plot_glmer <- function(model, predictor, outcome, xlab = predictor, ...) { ...) } +# template: +# plot_glmer(model, +# predictor = '', +# outcome = '', +# xlab = '', +# main = '') + + # as in if (DEBUG) { plot_glmer(wordfreq_model_1, "log10frequency", "hesitation")