The above stata command and results is follwoing
stata comand : reg ly li lpat OverallTEA, robust
'reg' means regression to 1 dependent variable 'ly' with 3 independent variable 'li', 'lpat' and 'OverallTEA'.
that is, ly = a + b li + c lpat + d OverallTEA which
a is constant, b, c, d is regression coefficient(Coef) of 'li', 'lpat' and 'OVerallTEA' respectively.
The results show a=9.171286, b=0.1839628 c=0.143057 d=-0.0422849