if a subset of the plots is required, specify a subset of 1:4; see 'Details' for a
description of the plots.
ask
logical; if TRUE, the user is asked before each plot.
...
other parameters to be passed through to plotting functions.
Details
The first plot (which=1) is histogram of input values and pdf from estimated lambda and phi.
This is a good plot to judge how well the estimated values match the actual data.
The second plot (which=2) is the boxplot of the input data. It shows the simple information about median and outlier
points. Additionally, you can easily see which the "Outlier Points" are with box on the right side.
The third plot (which=3) is Q-Q plot. This provides the same information as the normal Q-Q plot.
The last plot (which=4) is contour plot of lambda and phi. You can observe the location of estimator, and also
compare estimator to Cox&Snell bias corrected MLE and MLEc.
Plots are basically displayed one by one in the order mentioned above,
and it is also possible to view only one plot or four at a time.
How to do this is shown in the example below.