Hi,

I am running the following model on Stata15:

Code:
xtsur (unableheat nomeal temp_shock $rhs $beds $states $waves) ///
      (nomeal unableheat temp_shock $rhs $beds $states $waves) ///
      if type==0 & wave>=11
and would like to get the estimate of rho (correlation between errors in the two equations). How do I do this? I can't find any stored result to use.

Thanks for your help.

Jane.