79592107

Date: 2025-04-25 08:26:35
Score: 0.5
Natty:
Report link

Here is a base R version

plot(df)
grid()
abline(h=c(-1.5, 1.5))
with(df[which(!df$pd>-1.5 | df$pd>1.5), ], 
     text(its, pd, sprintf('I%d', its), pos=3)) 

enter image description here

Do you think red colour and/or label boxes add valuable information? Intervals should be right-open!

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Friede