Object Reference : Object View and Procedure Reference : Coef
  
 
setrowlabels
Set the row labels in a coef object.
Syntax
coef_name.setrowlabels label1 label2 label3...
Follow the keyword 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
c1.setrowlabels USA UK FRANCE
sets the row label for the first row in coef C1 to USA, the second to UK, and the third to FRANCE.
Cross-references
See also Coef::setcollabels.