summary.pseudoglm | R Documentation |
Summary method
## S3 method for class 'pseudoglm'
summary(
object,
correlation = FALSE,
symbolic.cor = FALSE,
type = "robust",
...
)
object |
A pseudoglm object, as returned by cumincglm or rmeanglm |
correlation |
logical; if TRUE, the correlation matrix of the estimated parameters is returned and printed. |
symbolic.cor |
logical; If TRUE, print the correlations in a symbolic form rather than as numbers. |
type |
The method to use for variance estimation; one of "corrected", "robust", "naive", or "cluster" |
... |
Not used |
An object of class summary.glm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.