summary.genloglin {MRCV} | R Documentation |
Summarize Two or Three MRCV Model Fit Information
Description
The summary.genloglin
function summarizes model fit information provided by the genloglin
function.
Usage
## S3 method for class 'genloglin'
summary(object, ...)
Arguments
object |
An object of class |
... |
Additional arguments passed to or from other methods. |
Details
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.
Value
The summary.genloglin
function returns the same list returned by the summary
method for class "glm"
with the exception of AIC.
Examples
## For examples see help(genloglin).