Diagnostic Plots for robustbetareg Objects
Several types of standard diagnostic plots can be produced interactively, involving different types of residuals.
## S3 method for class 'robustbetareg' plot(x, ask = TRUE, ...)
x
: fitted model object of class "robustbetareg
".ask
: logical. If "TRUE
" the user is asked before each plot....
: graphical parameters passed to the plot
function (see par
).plot
method for robustbetareg
objects returns several diagnostic plots.
get(data("HIC", package = "robustbetareg")) hic <- robustbetareg(HIC ~ URB + GDP | GDP, data = HIC, alpha = 0.06)
robustbetareg
, residuals.robustbetareg
, plotenvelope
Useful links