powered by
cooks.distance.betareg(model, ...)
COOK, R. D. and WEISBERG, S. (1982) Residuals and Influence in Regression. London: Chapman and Hall.
br.fit
summary.betareg
predict.betareg
residuals.betareg
data(pratergrouped) fit <- betareg(oil ~ batch1 + batch2 + batch3 + batch4 + batch5 + batch6 + batch7 + batch8 + batch9 + temp, data=pratergrouped) cooks.distance(fit)
Run the code above in your browser using DataLab