Releases: aptech/gauss-panel-library
Releases · aptech/gauss-panel-library
0.1.0 - Alpha Release
pdlib.zip
Preliminary econometric package for panel data methods .
Installation
The GAUSS Panel data tests can be easily installed using the GAUSS Application Installer, as shown below:
- Download the zipped folder
pdlib.zip. - Select Tools > Install Application from the main GAUSS menu.
- Follow the installer prompts, making sure to navigate to the downloaded
pdlib.zip. - Before using the functions created by
pdlibyou will need to load the newly createdpdliblibrary. This can be done in a number of ways:
- Navigate to the library tool view window and click the small wrench located next to the
pdliblibrary. SelectLoad Library. - Enter
library pdlibin the program input/output window. - Put the line
library pdlib;at the beginning of your program files.
Warning
Do not attempt to install using the Source Code (Zip) or Source Code (tar.gz) folders. The library will not properly install using these folders.