summary.genloglin | R Documentation |
The summary.genloglin
function summarizes model fit information provided by the genloglin
function.
## S3 method for class 'genloglin'
summary(object, ...)
object |
An object of class |
... |
Additional arguments passed to or from other methods. |
The summary.genloglin
function is based on the summary
method for class "glm"
with a few modifications. The coefficients
object contains Rao-Scott second-order adjusted standard errors, z-values, and p-values. The cov.unscaled
object contains the Rao-Scott second-order adjusted covariance matrix of the estimated coefficients.
The deviance information printed by summary.genloglin
should not be used to conduct traditional model comparison tests. The anova.genloglin
function offers adjusted tests.
The summary.genloglin
function returns the same list returned by the summary
method for class "glm"
with the exception of AIC.
## For examples see help(genloglin).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.