plot.censReg: Diagnostic Plot

View source: R/plot.censReg.R

plot.censRegR Documentation

Diagnostic Plot

Description

Plot simple AMLE/MLE model diagnostics.

Usage

## S3 method for class 'censReg'
plot(x, which = "All", set.up = TRUE, ...)

Arguments

x

an object of class "censReg"—output from censReg

which

either "All," 1, or 2 indicating which plot, see Details.

set.up

set up the graphics page?

...

further arguments passed to or from other methods.

Details

Two graphs can be produced by this function. Number 1 is a plot of fitted versus actual and number 2 is a Q–normal plot. More complete diagnostic plots are available from the summary.censReg output.

Value

The object x is returned invisibly.

See Also

censReg


USGS-R/smwrQW documentation built on Oct. 11, 2022, 6:13 a.m.