I use stata (what command to use?)
I have read that it can be determined as in panel VAR, but how?
Thanks
I think the order of panel ARDL may be set according to the results from the individual time series
This may help...
http://www.statalist.org/forums/forum/general-stata-discussion/general/1333077-optimal-lag-length-for-ardl-in-panel
This may help too..
https://pdfs.semanticscholar.org/9732/5b8cd12c52512235dd3326208e96f7863681.pdf
Hi Atif,
You should write your code like this:
forval i = 1/28 {
ardl cp gdpc pg co2 ghe if (c_id == `i'), maxlag (2 2 2 2 2)
matrix list e (lags)
di
}
and run each line separately.
hi
i use this code in stata 13 to determine the number of optimal lags but it does not work , the model is panel ARDL
forval i=1/14{
ardl chom pop cre imp inf chg IDE slr scl migr if (pays= 'i'), maxlag=(2 2 2 2 2 2 2 2 2 2)
matrix list e(lags)
Hie Hada you say if (pays=="I") ....it's double equal sign
Hi Hadda,
Sorry for the late response.
in your code you forgot one "=" sign and added one extra. the code should be like
forval i = 1/14 {
ardl chom pop cre imp inf chg IDE slr scl migr if (pays == `i'), maxlag (2 2 2 2 2 2 2 2 2 2)
Dear Haci
Various lag length selection criteria can be used such as Akaike Information Criterion, Schwarz Information Criterion, Hannan-Quinn Criterion, Final Prediction Error, Corrected version of AIC. It has been found that SIC is the most useful criterion.
Good Luck.
Could you recommend some articles on Urban Transportation System optimization and Innovation?
13 August 2024 2,595 3 View
I am working on microalgae cultivation using waste water. The initial concentration of nutrients were less but the microalgae has achieved biomass growth of 2 g/L. The final concentration of...
08 August 2024 4,812 2 View
If we map as a continuous motion an ionising electron (beginning its journey at n=1) in an H atom, a specific hyperbolic spiral appears (see animation). When we solve this spiral formula, we find...
07 August 2024 5,343 2 View
Articles on" Gender disparities i leatherwork education"
07 August 2024 2,500 0 View
Hello. I am working on ROS production of two systems: system A is cerium oxide and hydrogen peroxide, system B is cerium oxide nanoparticle, hydrogen peroxide and potassium bromide. I did some...
04 August 2024 5,974 3 View
I want to Estimate surface heat fluxes using MyLake, but I don't have all the initial values in model parameters section and other sections,is there a way?
04 August 2024 1,537 1 View
If from a geometric perspective the non-halogens, non-noble gases have more empty spots in their valence shell, and the filling/exiting of any of the empty spots in the shell constitutes a...
03 August 2024 4,787 2 View
Why is the molecule's orientation with an electric field affect polarizability? Electrons are diffuse enough to be independent with respect to orientation and effect of electric field on...
03 August 2024 7,843 1 View
why don't d-orbitals split themselves because of themselves without the presence of ligands? Electrons are indistinguishable. Why wouldn't it be more correct that protons from a ligand split the...
03 August 2024 3,589 3 View
I'm guessing it's because the ligand experiences too much electron repulsion or proton repulsion from the chromium to insert them close to the 3d-orbitals which are close to the metal nucleus. Is...
03 August 2024 1,370 1 View
Hello experts, Does anyone know any free software about retention index prediction ?
08 August 2024 7,403 2 View
Molecular docking software/ websites?
02 August 2024 8,704 7 View
I created a file with my outgroup and ingroup species using Beauti, ran it in BEAST, viewed it in Tracer, and then used TreeAnnotator to create a file that I imported into RASP. Could someone...
28 July 2024 2,979 1 View
all math can be traversed by code? all math can be translate to code?
26 July 2024 9,530 0 View
I am reaching out to seek your valuable advice and recommendations regarding the best software tools to use for this research. Specifically, I am looking for software with a user-friendly...
22 July 2024 3,794 1 View
Hey all, I need help testing for multivariate outliers using STATA for my master thesis. The literature recommends the Minimum Covariance Determinant (MCD) (Verardi & Dehon, 2010). I found the...
22 July 2024 8,821 2 View
Dear Researchers, My question is associated with the "MDCI" method in Orca. Please let me clarify my question using a simple example: Suppose we are going to perform CBS extrapolation using "!...
21 July 2024 1,632 0 View
im studing gaussian 16 with reading paper about I-131 Metaiodobenzylguanidine in the paper "In a similar vein, nuclear magnetic resonance shielding values were investigated using the widely...
16 July 2024 6,040 4 View
Hi all, Do you know how to plot this figure? I found many of them in Nature journals but have not figured out how to make them. Which software/tool do you suggest? Thank you very much.
15 July 2024 8,384 2 View
How can novel network architectures, such as software-defined networking (SDN) and network function virtualization (NFV), contribute to improved handover performance and reduced latency in future...
12 July 2024 6,183 1 View