| names.qi {Zelig} | R Documentation |
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.
## S3 method for class 'qi' names(x)
x |
a 'qi' object |
a character-vector containing the names of the Quantities of Interest
No method exists to set the names of a 'qi' object, once it is constructed. This will be a feature added later.
Matt Owen mowen@iq.harvard.edu