LLC_options Description
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
trend include a time trend
noconstant suppress panel-specific means
demean subtract cross-sectional means
lags(lag_spec) specify lag structure for augmented Dickey-Fuller (ADF) regressions
kernel(kernel_spec) specify method to estimate long-run variance
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lag_spec is either a nonnegative integer or one of aic, bic, or hqic followed by a positive integer.
kernel_spec takes the form kernel maxlags, where kernel is one of bartlett, parzen, or quadraticspectral and maxlags is either a positive number or one of nwest or llc.
HT_options Description
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
trend include a time trend
noconstant suppress panel-specific means
demean subtract cross-sectional means
altt make small-sample adjustment to T
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Breitung_options Description
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
trend include a time trend
noconstant suppress panel-specific means
demean subtract cross-sectional means
robust allow for cross-sectional dependence
lags(#) specify lag structure for prewhitening
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
IPS_options Description
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
trend include a time trend
demean subtract cross-sectional means
lags(lag_spec) specify lag structure for ADF regressions
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lag_spec is either a nonnegative integer or one of aic, bic, or hqic followed by a positive integer.
Fisher_options Description
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* dfuller use ADF unit-root tests
* pperron use Phillips-Perron unit-root tests
* lags(#) specify lag structure for prewhitening
demean subtract cross-sectional means
dfuller_opts any options allowed by the dfuller command
pperron_opts any options allowed by the pperron command
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* Either dfuller or pperron is required.
* lags(#) is required.
Hadri_options Description
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
trend include a time trend
demean subtract cross-sectional means
robust allow for cross-sectional dependence
kernel(kernel_spec) specify method to estimate long-run variance
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
kernel_spec takes the form kernel [#], where kernel is one of bartlett, parzen, or quadraticspectral and # is a positive number.
Menu
Statistics > Longitudinal/panel data > Unit-root tests
Description
xtunitroot performs a variety of tests for unit roots (or stationarity) in panel datasets. The Levin-Lin-Chu (2002), Harris-Tzavalis (1999), Breitung (2000; Breitung and Das 2005), Im-Pesaran-Shin (2003), and
Fisher-type (Choi 2001) tests have as the null hypothesis that all the panels contain a unit root. The Hadri (2000) Lagrange multiplier (LM) test has as the null hypothesis that all the panels are (trend)
stationary. The top of the output for each test makes explicit the null and alternative hypotheses. Options allow you to include panel-specific means (fixed effects) and time trends in the model of the
data-generating process.
ssc install xtunitroot 报错r(601)
ssc install: "xtunitroot" not found at SSC, type -findit xtunitroot-
(To find all packages at SSC that start with x, type -ssc describe x-)
是什么情况呢?