Object Reference : Object View and Procedure Reference : Coef
  
 
setcollabels
Set the column label in a coef object.
Syntax
coef_name.setcollabels label
Follow the keyword with the column label. Note that the column label should not contain spaces unless it is enclosed in quotes.
Examples
c1.setcollabels beta
sets the column label to “beta”.
Cross-references
See also Coef::setrowlabels.