summary.genloglin: Summarize Two or Three MRCV Model Fit Information

Description Usage Arguments Details Value Examples

Description

The summary.genloglin function summarizes model fit information provided by the genloglin function.

Usage

1
2
## S3 method for class 'genloglin'
summary(object, ...)

Arguments

object

An object of class 'genloglin' produced by the genloglin function.

...

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

1
## For examples see help(genloglin).

Example output



MRCV documentation built on May 2, 2019, 3:46 a.m.