Object Reference : Object View and Procedure Reference : Svector
  
 
setrowlabels
Set the row labels in a svector object.
Syntax
svector_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
svec1.setrowlabels USA UK FRANCE
sets the row label for the first row in svector SVEC1 to USA, the second to UK, and the third to FRANCE.
Cross-references
See also Svector::setcollabels.