Object Reference : Object View and Procedure Reference : Logl
  
 
coefcov
Coefficient covariance matrix.
Displays the covariances of the coefficient estimates for an estimated likelihood object.
Syntax
logl_name.coefcov(options)
Options
 
p
Print the coefficient covariance matrix.
Examples
ll2.coefcov
displays the coefficient covariance matrix for the likelihood object LL2 in a window.
To store the coefficient covariance matrix as a sym object, use the @coefcov object data member:
sym eqcov = ll2.@coefcov
Cross-references
See “The Log Likelihood (LogL) Object” for a general discussion of the likelihood object.
See also Coef::coef and Logl::spec.