On Wed, 8 Feb 2012, caspisun(a)gmail.com wrote:
I am struggling how to get the coefficient from the SUR or system
estimation.
$coeff gets a matrix (a stacked column vector) holding all the
coefficients. Get the coefficients you want by number:
# the second coefficient
mycoeff = $coeff[2]
Allin Cottrell