summary.augSIMEX {augSIMEX}R Documentation

Summarizing the Adjusted Fits of Generalized Linear Model

Description

This function is a method for augSIMEX object.

Usage

## S3 method for class 'augSIMEX'

## S3 method for class 'augSIMEX'
summary(object, dispersion = NULL, ...)

Arguments

object

the “augSIMEX” object gotten from augSIMEX function.

dispersion

the dispersion parameter for the family used.

...

other arguments passed to the function.

Details

The function provides summary output similar to glm.

Value

coefficients

the matrix of coefficients, standard errors, z-values and p-values.

dispersion

the component from arguments of the function

Author(s)

Qihuang Zhang and Grace Y. Yi.

See Also

summary.glm,augSIMEX

Examples

## Please see the example in augSIMEX function

[Package augSIMEX version 3.7.4 Index]