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 " |
ask |
logical. If " |
... |
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]