在R中的诊断图上添加标签

时间:2019-05-26 17:57:38

标签: r plot outliers betareg

我在R中进行了Beta回归,并希望进行残留诊断。我已经使用了绘图功能并获得了绘图,但是未标记潜在的异常值。如何将相应的标签贴到离群值上?

breg.full <- betareg(Percentage ~ Total_testscore + Campus + Programme + 
                        Gender + SE_track + Hours_Math_SE, data = starters, # [-c(53, 24, 35), ]
                     link = "logit") # , , link.phi = NULL, type = "ML"
summary(breg.full) 
par(mfrow = c(2,3))
plot(breg.full, which = 1:6)

enter image description here

编辑:

我想要这样的东西(没有实际的粉红色框,但带有ID号。) enter image description here

作者提供了此代码的链接(http://www.de.ufpe.br/~cribari/betareg_example.zip。),但是它不再起作用...

0 个答案:

没有答案