Description
tstransform: Time series transformations
tstransform generates new variables formed with time series operations. It can mimic the time series operators for lags, leads, differences, and seasonal differences. It also creates means, backward means, forward means, and rolling window means, as well as the respective deviations from these means. The package includes extensions for Stata's egen command.
Installation & Help
To install a fresh version of this package, type the following in Stata's command window:
→ net install tstransform, from(http://www.kripfganz.de/stata/)
To display the currently installed version of this package, type the following in Stata's command window:
→ which tstransform
To update an existing version of this package, type the following in Stata's command window:
→ adoupdate tstransform, update
To access the help files of this package after the installation, type the following in Stata's command window:
→ help tstransform