Skip to content

Commit

Permalink
Add template for plotting logistic models
Browse files Browse the repository at this point in the history
  • Loading branch information
l-acs committed Dec 28, 2024
1 parent 40b117f commit a40de34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/analysisWordLevelReadAloudBeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a40de34

Please sign in to comment.