| Academic Computing and Communications Center | ||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
Limdep |
||
| Introduction to Limdep | ||
| LIMDEP is an econometrics package designed principally to estimate models with limited and qualitative dependent variables. It provides a wide variety of procedures for this purpose, and can report basic descriptive statistics, run standard linear models, and estimate nonlinear models and systems of equations. It also provides tools for writing and optimizing user-defined functions. Written by William Greene, author of Econometric Analysis, it is also the first package to incorporate recent developments in econometrics as standard routines. LIMDEP is particularly well-suited for estimating variants of Tobit models, logit models, and probit models, although it is somewhat less powerful than other programs for data management tasks and estimating time series models. LIMDEP gets it name from "LIMited DEPendent variable models". | ||
| Version | ||
|
7.0 |
||
| Profile Changes | ||
|
Append the following:
to the PATH variable in your .bash_profile file. For example, if your PATH variable is:
then it will look as follows after append:
Make sure to include the colon. |
||
| PBS and LIMDEP | ||
|
LIMDEP must ALWAYS be run in the batch system (PBS) and not on the master node.. The following command script gives the PBS (batch) command structure of a LIMDEP job:
A copy of the script has been placed in the directory /usr/common/limdep and may be copied to your home directory using the following commands:
Your copy may be customized. Each of the lines in the script is explained:
|
||
| Starting your LIMDEP job | ||
|
To submit your PBS script to batch, enter:
The command assumes that you did not change the name of the PBS script. However, if you renamed your copy to some other name, then that name should be the operand to the qsub command. For example, if you renamed the script to myfile, then
The format of the above commands allow the batch system to decide on which of the compute nodes to run the job. If you want to use a particular node, then use the -l nodes= option. For example, if you want to run the job on argo1-1, then:
|
||
| Additional Help | ||
|
||
| 2010-1-28 ACCC Systems Group |
|