View source: R/mc_S3_methods.R
plot.mcglm | R Documentation |
Residual and algorithm check analysis for objects of
mcglm
class.
## S3 method for class '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.
Wagner Hugo Bonat, wbonat@ufpr.br
residuals
and fitted
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.