plot.robustbetareg {robustbetareg}R Documentation

Diagnostic Plots for robustbetareg Objects

Description

Several types of standard diagnostic plots can be produced interactively, involving different types of residuals.

Usage

## S3 method for class 'robustbetareg'
plot(x, ask = TRUE, ...)

Arguments

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).

Value

plot method for robustbetareg objects returns several diagnostic plots.

See Also

robustbetareg, residuals.robustbetareg, plotenvelope

Examples


get(data("HIC", package = "robustbetareg"))
hic <- robustbetareg(HIC ~ URB + GDP | GDP,
                     data = HIC, alpha = 0.06)


[Package robustbetareg version 0.3.0 Index]