Hi,
When I run xtserial for my panel data variables, I get "no observations "error. Please help with this.
Thnak you
When I run xtserial for my panel data variables, I get "no observations "error. Please help with this.
sum sharearable sharebarren populationdensitypersqkm gddplog
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
sharearable | 135 66.10502 19.11493 13.67472 93.17542
sharebarren | 135 4.134044 2.381684 .9325368 12.38272
population~m | 135 428.375 746.7514 132.9283 5185.566
gddplog | 135 11.19595 .9886351 9.263763 13.22245
. describe sharearable sharebarren populationdensitypersqkm gddplog
storage display value
variable name type format label variable label
----------------------------------------------------------------------------------------------------------------------------------------------
sharearable float %8.0g
sharebarren float %8.0g
populationden~m float %8.0g
gddplog float %8.0g
. regress sharearable sharebarren populationdensitypersqkm gddplog
Source | SS df MS Number of obs = 135
-------------+------------------------------ F( 3, 131) = 5.48
Model | 5457.39758 3 1819.13253 Prob > F = 0.0014
Residual | 43503.5991 131 332.088543 R-squared = 0.1115
-------------+------------------------------ Adj R-squared = 0.0911
Total | 48960.9967 134 365.380572 Root MSE = 18.223
------------------------------------------------------------------------------------------
sharearable | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------------------+----------------------------------------------------------------
sharebarren | -1.379511 .6678059 -2.07 0.041 -2.700591 -.058432
populationdensitypersqkm | -.0055049 .0022004 -2.50 0.014 -.0098579 -.001152
gddplog | -2.941299 1.656252 -1.78 0.078 -6.217761 .3351627
_cons | 107.0968 18.3377 5.84 0.000 70.82045 143.3732
------------------------------------------------------------------------------------------
. xtserial sharearable sharebarren populationdensitypersqkm gddplog
no observations
r(2000);
.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
sharearable | 135 66.10502 19.11493 13.67472 93.17542
sharebarren | 135 4.134044 2.381684 .9325368 12.38272
population~m | 135 428.375 746.7514 132.9283 5185.566
gddplog | 135 11.19595 .9886351 9.263763 13.22245
. describe sharearable sharebarren populationdensitypersqkm gddplog
storage display value
variable name type format label variable label
----------------------------------------------------------------------------------------------------------------------------------------------
sharearable float %8.0g
sharebarren float %8.0g
populationden~m float %8.0g
gddplog float %8.0g
. regress sharearable sharebarren populationdensitypersqkm gddplog
Source | SS df MS Number of obs = 135
-------------+------------------------------ F( 3, 131) = 5.48
Model | 5457.39758 3 1819.13253 Prob > F = 0.0014
Residual | 43503.5991 131 332.088543 R-squared = 0.1115
-------------+------------------------------ Adj R-squared = 0.0911
Total | 48960.9967 134 365.380572 Root MSE = 18.223
------------------------------------------------------------------------------------------
sharearable | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------------------+----------------------------------------------------------------
sharebarren | -1.379511 .6678059 -2.07 0.041 -2.700591 -.058432
populationdensitypersqkm | -.0055049 .0022004 -2.50 0.014 -.0098579 -.001152
gddplog | -2.941299 1.656252 -1.78 0.078 -6.217761 .3351627
_cons | 107.0968 18.3377 5.84 0.000 70.82045 143.3732
------------------------------------------------------------------------------------------
. xtserial sharearable sharebarren populationdensitypersqkm gddplog
no observations
r(2000);
.
Comment