{smcl} {* *! version 1.0.4 25aug2020}{...} {title:Title} {phang} {bf:ardl postestimation {hline 2}} Postestimation tools for {help ardl} {marker description}{...} {title:Description} {pstd} The following postestimation commands are of special interest after {opt ardl}: {synoptset 15}{...} {synopt:Command}Description{p_end} {synoptline} {synopt:{helpb ardl_postestimation##ectest:estat ectest}}Pesaran/Shin/Smith (2001) bounds test for the existence of a level relationship{p_end} {synoptline} {p2colreset}{...} {pstd} The following standard postestimation commands are also available: {synoptset 15}{...} {synopt:Command}Description{p_end} {synoptline} {synopt:{helpb estat}}AIC, BIC, VCE, and estimation sample summary{p_end} {synopt:{helpb estimates}}cataloging estimation results{p_end} {synopt:{helpb lincom}}point estimates, standard errors, testing, and inference for linear combinations of coefficients{p_end} {synopt:{helpb lrtest}}likelihood-ratio test{p_end} {synopt:{helpb nlcom}}point estimates, standard errors, testing, and inference for nonlinear combinations of coefficients{p_end} {synopt:{helpb ardl postestimation##options_predict:predict}}generate fitted values, residuals, and error-correction term{p_end} {synopt:{helpb test}}Wald tests of simple and composite linear hypotheses{p_end} {synopt:{helpb testnl}}Wald tests of nonlinear hypotheses{p_end} {synoptline} {p2colreset}{...} {marker abbreviations}{...}{* * * * * * * * * * * * * * * * * ABBREVIATIONS * * * * * * * * * * * * * * * *} {title:Abbreviations and definitions used in this help entry} {pstd} See the {help ardl##abbreviations:abbreviations section of ardl}. {marker ectest}{...}{* * * * * * * * * * * * * * * * * ECTEST * * * * * * * * * * * * * * * *} {title:Syntax for estat ectest} {p 8 17 2} {cmd:estat {ul:ect}est} {cmd:,} [ {opt sig:levels(levellist)} {opt asy:mptotic} ] {title:Description for estat ectest} {pstd} {cmd:estat ectest} implements the bounds test for a levels relationship proposed by {help ardl##PSS2001:Pesaran, Shin, and Smith (2001)}, where criticial values and approximate p-values for the F and t-statistics are obtained via the response surface regressions results of {help ardl##KS2020:Kripfganz and Schneider (2020)}. See {help ardlbounds} for more information on how the critical values are obtained. {pstd} You must use one of the options {opt ec} or {opt ec1} in your {cmd:ardl} model for bounds test-related statistics to be available. {pstd} To avoid pretesting problems, PSS suggest to apply the bounds test only to ARDL models without restrictions on the short-run coefficients (i.e. with a sufficiently high and common lag order for the regressors). However, {cmd:estat ectest} displays the F-statistic and t-statistic as well as the relevant critical values for any model specification. {p 4 13 2} {bf:{ul:Warning}:} The Kripfganz/Schneider critical values and p-values are obtained on the basis of the methodology used as of the release date of command version 1.0.3 (June 2020) and still applicable as of the relase data of this command version (1.0.4, August 2020). Compared to version 1.0.2 (September 2018), version 1.0.3 introduces very slight changes in the computed statistics. Future versions of {cmd:ardl} may reflect further potential methodological refinements. As a consequence, numbers may change slightly again. {title:Options for estat ectest} {phang} {opt sig:levels(numlist)} shows CVs for levels in the {it:siglevels} {help numlist}, which must have at least one element. The default numlist is '10 5 1'. Levels are specified as percentiles but do allow for two digits after the decimal point. There are 221 different levels among which you can choose, indicated by the Stata numlist{...} {pmore2}{...} 00.01 00.02 00.05 00.10(00.10)00.90 01.00(00.50)98.50 99.00(00.10)99.90 99.95 99.98 99.99 {phang} {opt asy:mptotic} requests that the sample size returned by {cmd:ardl} in {bf:e(N)} be ignored, and shows asymptotic CVs instead. {marker syntax_predict}{...}{* * * * * * * * * * * * * * * * * PREDICT * * * * * * * * * * * * * * * *} {marker predict}{...} {title:Syntax for predict} {p 8 16 2} {cmd:predict} {dtype} {newvar} {ifin} [{cmd:,} {it:statistic} ] {synoptset 22 tabbed}{...} {synopthdr:statistic} {synoptline} {synopt:{opt xb}}fitted values; the default{p_end} {synopt:{opt r:esiduals}}residuals{p_end} {synopt:{opt ec}}error-correction term{p_end} {synoptline} {p2colreset}{...} {pstd} All statistics are available both in and out of sample; type {cmd:predict ... if e(sample)} if wanted only for the estimation sample. {marker options_predict}{...} {title:Options for predict} {dlgtab:Main} {phang} {opt xb} is the default prediction. It calculates fitted values. When {cmd:ardl} was used with option {opt ec} or {opt ec1}, the fitted values are computed for the first differences of the dependent variable. Otherwise, they are computed for the levels. {phang} {opt r:esiduals} calculates residuals. {phang} {opt ec} calculates the error correction term. For a precise description of what is being calculated, refer to the {cmd:ardl} help section {help ardl##errorcorrectionterm:The error-correction term}. {marker savedresults}{...} {title:Saved results} {pstd} {cmd:estat ectest} stores the following results for the PSS bounds test in {cmd:r()}: {synoptset 20 tabbed}{...} {syntab:Scalars} {synopt:{cmd:r(k)}}# of weakly exogenous model variables{p_end} {synopt:{cmd:r(case)}}model deterministics case used for tabulation{p_end} {synopt:{cmd:r(t_pss)}}value of the t-statistic for the bounds test{p_end} {synopt:{cmd:r(F_pss)}}value of the F-statistic for the bounds test{p_end} {synopt:}{p_end} {synopt:if option {opt asymptotic} was not used:}{p_end} {synopt:{cmd:r(N)}}sample size used for tabulation{p_end} {synopt:{cmd:r(sr)}}# of short-run coefficients in the model{p_end} {syntab:Macros} {synopt:{cmd:r(siglevels)}}levels of critical values tabulated{p_end} {syntab:Matrices} {synopt:{cmd:r(cvmat)}}matrix of critical values and approximate p-values{p_end} {p2colreset}{...}