Hi All,
I am estimating GL cost function using a panel data. I have the cost function and input-output ratio functions and ran all using xtsur command as below;
#delim ;
xtsur (TC c.Q#c.Pn c.Q#c.Pl c.Q#c.Zm c.Q#c.sqrPlsqrPn
c.Q#c.sqrZmsqrPn c.Q#c.sqrZmsqrPl c.sqrQ#c.PnsqrK c.sqrQ#c.PlsqrK
c.sqrQ#c.ZmsqrK PnK PlK ZmK) (N_Q sqrPlDsqrPn sqrZmDsqrPn sqrKDsqrQ KoverY)
(L_Q sqrPnDsqrPl sqrZmDsqrPl sqrKDsqrQ KoverY) (Qd_Q sqrPnDsqrZm sqrPlDsqrZm sqrKDsqrQ KoverY)
;
#delim cr
But I had the error message below of which I don't understand what it means or how to fix it. Any one with an idea?
classdef _b_stat() in use
(nothing dropped)
(327 lines skipped)
(error occurred while loading xtsur.ado)
r(310);
Thanks,
Francis
I am estimating GL cost function using a panel data. I have the cost function and input-output ratio functions and ran all using xtsur command as below;
#delim ;
xtsur (TC c.Q#c.Pn c.Q#c.Pl c.Q#c.Zm c.Q#c.sqrPlsqrPn
c.Q#c.sqrZmsqrPn c.Q#c.sqrZmsqrPl c.sqrQ#c.PnsqrK c.sqrQ#c.PlsqrK
c.sqrQ#c.ZmsqrK PnK PlK ZmK) (N_Q sqrPlDsqrPn sqrZmDsqrPn sqrKDsqrQ KoverY)
(L_Q sqrPnDsqrPl sqrZmDsqrPl sqrKDsqrQ KoverY) (Qd_Q sqrPnDsqrZm sqrPlDsqrZm sqrKDsqrQ KoverY)
;
#delim cr
But I had the error message below of which I don't understand what it means or how to fix it. Any one with an idea?
classdef _b_stat() in use
(nothing dropped)
(327 lines skipped)
(error occurred while loading xtsur.ado)
r(310);
Thanks,
Francis
Comment