summary.augSIMEX {augSIMEX} | R Documentation |
This function is a method for augSIMEX
object.
## S3 method for class 'augSIMEX'
## S3 method for class 'augSIMEX'
summary(object, dispersion = NULL, ...)
object |
the “augSIMEX” object gotten from |
dispersion |
the dispersion parameter for the family used. |
... |
other arguments passed to the function. |
The function provides summary output similar to glm
.
coefficients |
the matrix of coefficients, standard errors, z-values and p-values. |
dispersion |
the component from arguments of the function |
Qihuang Zhang and Grace Y. Yi.
## Please see the example in augSIMEX function