GetSlot.zelig {Zelig}R Documentation

Return a Value from a zelig Fitted Model

Description

Returns a value from the result of a model fitting function

Usage

  ## S3 method for class 'zelig'
GetSlot(obj, key, ...)

Arguments

obj

a zelig object

key

a character-string specifying the which value to extract from the fitted model object

...

subsequent values to extract from the fitted model object

Value

values of the specified keys

Note

This function is primarily used by Zelig developers within qi functions

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]