Object Reference : Object View and Procedure Reference : Vector
  
 
setrowlabels
Set the row labels in a vector object.
Syntax
vector_name.setrowlabels label1 label2 label3....
Follow the setrowlabels command with a space delimited list of row labels. Note that each row label should not contain spaces unless it is enclosed in quotes. If you provide fewer labels than there are rows, EViews will keep the corresponding default row names (“R11”, “R12”, etc...).
Examples
vec1.setrowlabels USA UK FRANCE
sets the row label for the first row in vector VEC1 to USA, the second to UK, and the third to FRANCE.
Cross-references
See Vector::setcollabels.