Object Reference : Object View and Procedure Reference : Vector
  
 
setglobalc
Copy the contents of the vector object into the workfile C coefficient vector.
Syntax
vector_name.setglobalc
This function only applies to vectors, rowvectors and coef objects. The contents of the vector will be copied into the first N elements of the workfile C coefficient vector, where N is the length of the vector object. This may be useful for re-specifying starting values for estimation.
Examples
vec1.setglobalc
Copies the contents of VEC1 into the workfile C vector.
Cross-references
See also Coef::coef