Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 20 年的变量百分比变化。我想找到 20 年来连续 3 年的平均百分比变化。所以,假设我有 2000-2020 年的数据。我想形成 2000,2001,2002 的平均值,然后是 2001,2002,2003,依此类推。在 2018 年、2019 年、2020 年之前在 Stata 中以 3 组为一组。
请帮我写代码。
这只是一个运行平均值或移动平均值。(出于某种原因,运行平均值和移动平均值不是我听过的表达式。)所以你需要tsset或xtset你的数据,然后查看help tssmooth ma.
tsset
xtset
help tssmooth ma