plot.robustbetareg function

Diagnostic Plots for robustbetareg Objects

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

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

Returns

plot method for robustbetareg objects returns several diagnostic plots.

Examples

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

See Also

robustbetareg, residuals.robustbetareg, plotenvelope

  • Maintainer: Felipe Queiroz
  • License: GPL-3
  • Last published: 2022-10-28

Useful links