Skip to content

Releases: aptech/gauss-panel-library

0.1.0 - Alpha Release

15 Apr 02:52

Choose a tag to compare

0.1.0 - Alpha Release Pre-release
Pre-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:

  1. Download the zipped folder pdlib.zip.
  2. Select Tools > Install Application from the main GAUSS menu.
  3. Follow the installer prompts, making sure to navigate to the downloaded pdlib.zip.
  4. Before using the functions created by pdlib you will need to load the newly created pdlib library. 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 pdlib library. Select Load Library.
  • Enter library pdlib in 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.