1.需要采用哪种方法:经过总结 非平衡数据不能使用Hadri,排除。除了判断平衡非平衡,还要判断同根不同根,怎么判断?
2.忽略第一步,尝试使用Fisher-ADF,PP都会出现“sample may not include multiple panels“提示,怎么解决?
3.无论使用哪种方法,都有截距项和趋势项的判断,按网上资料的指引,是通过时序图来判断,请问怎么用stata作面板数据的时序图?
The xt series of commands provide tools for analyzing panel data (also known as longitudinal data or in some
disciplines as cross-sectional time series when there is an explicit time component). Panel datasets have
the form x_[it], where x_[it] is a vector of observations for unit i and time t. The particular commands
(such as xtdescribe, xtsum, and xtreg) are documented in alphabetical order in the entries that follow this
entry. If you do not know the name of the command you need, try browsing the second part of this description
section, which organizes the xt commands by topic. Remarks of [XT] xt describes concepts that are common
across commands.
The xtset command sets the panel variable and the time variable; see [XT] xtset. Most xt commands require
that the panel variable be specified, and some require that the time variable also be specified. Once you
xtset your data, you need not do it again. The xtset information is stored with your data.
If you have previously tsset your data by using both a panel and a time variable, these settings will be
recognized by xtset, and you need not xtset your data.
If your interest is in general time-series analysis, see [U] 26.16 Models with time-series data and the
Time-Series Reference Manual.
Data management and exploration tools
xtset Declare data to be panel data
xtdescribe Describe pattern of xt data
xtsum Summarize xt data
xttab Tabulate xt data
xtdata Faster specification searches with xt data
xtline Line plots with xt data
Linear regression estimators
xtreg Fixed-, between- and random-effects, and population-averaged linear models
xtregar Fixed- and random-effects linear models with an AR(1) disturbance
xtmixed Multilevel mixed-effects linear regression
xtgls Panel-data models using GLS
xtpcse Linear regression with panel-corrected standard errors
xthtaylor Hausman-Taylor estimator for error-components models
xtfrontier Stochastic frontier models for panel data
xtrc Random-coefficients regression
xtivreg Instrumental variables and two-stage least squares for panel-data models
Unit-root tests
xtunitroot Panel-data unit-root tests
Dynamic panel-data estimators
xtabond Arellano-Bond linear dynamic panel-data estimation
xtdpd Linear dynamic panel-data estimation
xtdpdsys Arellano-Bover/Blundell-Bond linear dynamic panel-data estimation