Object Reference : Object View and Procedure Reference : Pool
  
 
coefcov
Coefficient covariance matrix.
Displays the covariances of the coefficient estimates for an estimated pool object.
Syntax
pool_name.coefcov(options)
Options
 
p
Print the coefficient covariance matrix.
Examples
pool1.coefcov
displays the coefficient covariance matrix for POOL1 in a window. To store the coefficient covariance matrix as a sym object, use “@coefcov”:
sym eqcov = pool1.@coefcov
Cross-references
See also Coef::coef.