Question about interpreting influential observations in check_outliers() #856
Unanswered
TommasoGhilardi
asked this question in
Q&A
Replies: 1 comment
-
Something isn't working right with the plotting of the contour line |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m a bit puzzled about how to interpret check_outliers() and could use some guidance.
I’m running some models and using
check_outliers()
, and I’m a bit unsure how to interpret the resulting plots.For context: I simulated a dataset for my website to represent looking time in some participants. When I fit the model and run check_model(), the diagnostics don’t look too bad. However, the Influential observations plot from
check_outliers()
is a bit unclear to me.Specifically:
No outliers are flagged by the function.
But many points appear outside the dotted reference lines, which I understood as a visual guide for potential outliers.
I hope this isn’t too basic a question — could you help me understand how to interpret this, or point me in the right direction?
check_model(mod)
plot(check_outliers(mod))
Created on 2025-09-04 with reprex v2.1.1
Beta Was this translation helpful? Give feedback.
All reactions