summary.glm.robust {Zelig}R Documentation

Summary of Generalized Linear Model with Robust Error Estimates

Description

Returns summary of a glm model with robust error estimates. This only slightly differs from how the standard GLM's behave.

Usage

  ## S3 method for class 'glm.robust'
summary(object, ...)

Arguments

object

a “glm.robust” fitted model

...

parameters to pass to the standard “summary.glm” method

Value

a object of type “summary.glm.robust” and “summary.glm”


[Package Zelig version 4.2-1 Index]