names.qi {Zelig}R Documentation

The Names of a 'qi' Object

Description

Function to get the names of a 'qi' object. This function does not entirely parallel the functionality of traditional 'names' methods; this is because the $ operator has been overloaded to support a unique style of value extraction. For technical details, please see the source code.

Usage

  ## S3 method for class 'qi'
names(x)

Arguments

x

a 'qi' object

Value

a character-vector containing the names of the Quantities of Interest

Note

No method exists to set the names of a 'qi' object, once it is constructed. This will be a feature added later.

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]