qqplot.glmRob {robust} | R Documentation |
Theoretical Quantiles
Description
Compute theoretical quantiles for the deviance residuals obtained from Poisson and binomial regression models.
Usage
qqplot.glmRob(y, par, dist)
Arguments
y |
a numeric vector containing the response variable. |
par |
a numeric vector containing the estimated parameter values. |
dist |
a single integer value specifying the distribution: 0 for binomial; 1 for Poisson. |
Value
A list with the following components:
quantiles |
a numeric vector containing the theoretical quantiles. |
deviance.residuals |
a numeric vector containing the deviance residuals. |
[Package
robust version 0.3-4
Index]