The Almon's Polynomial Distributed Lag (PDL) model is originally designed for time series analysis, and currently, both the "almon" and "almon1" commands in STATA are tailored for time series data.
However, many researchers have been adapting Almon's PDL to analyze panel data.
Currently, my dependent variable is "inv" (investment amount), and the independent variable is "pat" (patent applications). The polynomial degree is set to 2, with a lag of 6.
The existing commands are structured for time series analysis, which may not recognize the panel structure even if I specify it using the "xtset" command.
If there is a way to estimate Almon's PDL by using Panel data, I would greatly appreciate your guidance.
However, many researchers have been adapting Almon's PDL to analyze panel data.
Currently, my dependent variable is "inv" (investment amount), and the independent variable is "pat" (patent applications). The polynomial degree is set to 2, with a lag of 6.
The existing commands are structured for time series analysis, which may not recognize the panel structure even if I specify it using the "xtset" command.
If there is a way to estimate Almon's PDL by using Panel data, I would greatly appreciate your guidance.
Comment