Learn R Programming

MRCV (version 0.3-3)

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

Description

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

Usage

"summary"(object, ...)

Arguments

object
An object of class 'genloglin' produced by the genloglin function.
...
Additional arguments passed to or from other methods.

Value

The summary.genloglin function returns the same list returned by the summary method for class "glm" with the exception of AIC.

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.

Examples

Run this code
## For examples see help(genloglin).

Run the code above in your browser using DataLab