Learn R Programming

augSIMEX (version 3.7.4)

summary.augSIMEX: 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 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.

Value

coefficients

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

dispersion

the component from arguments of the function

Details

The function provides summary output similar to glm.

See Also

summary.glm,augSIMEX

Examples

Run this code
# NOT RUN {
## Please see the example in augSIMEX function
# }

Run the code above in your browser using DataLab