| name.object {Zelig} | R Documentation |
Returns an object
name.object(obj, names)
obj |
a vector or matrix |
names |
a character-vector specifying names |
the original object, with a "colnames" or "names" equal to the parameter "names". If "names" is larger than "obj", the "names" parameter is truncated appropriately. If it is smaller, then the latter part of "obj" is replaced with a numbered generic column name
This method is used internally by Zelig to name the columns and elements of matrices and vectors for simulations and bootstrapped parameters.
Matt Owen mowen@iq.harvard.edu