Object Reference : Object View and Procedure Reference : Vector
  
 
getglobalc
Copy the contents of the workfile C coefficient vector into the vector object.
Syntax
vector_name.getglobalc
This function only applies to vectors, rowvectors and coef objects. The contents of the vector will be replaced with the first N elements of the workfile C coefficient vector, where N is the length of the vector object. This may be useful for storing starting values used in estimation.
Examples
vector(5) vec1
vec1.getglobalc
Creates a vector object with 5 rows, and then copies the first 5 elements of the C vector into it.