Residual and algorithm check analysis for objects of
mcglm
class.
# S3 method for mcglm plot(x, type = "residuals", ...)
x | a fitted |
---|---|
type | specify which graphical analysis will be performed.
Options are: |
... | additional arguments affecting the plot produced. Note that there is no extra options for mcglm object class. |
The function plot.mcglm
was designed to offer a fast
residuals analysis based on the Pearson residuals. Current version
offers a simple Pearson residuals versus fitted values and a quantile
plot. When using algorithm = TRUE
the function will plot a summary of
the fitting algorithm shows the trajectory or iterations of the fitting
algorithm. The iterations are shown in terms of values of the model
parameters and also the actually value of the quasi-score and Pearson
estimating functions. Hence, a quickly check of the algorithm
convergence is obtained.
residuals
and fitted
.