5. You may use the econometric software of your choice as long as the software can take instructions from a script file.
6. Your script file (an unformatted text file, ASCII file, preferably written in a text editor; file encoding UTF-8 is recommended) must meet the following
requirements:
a. Be well structured.
b. Being fully commented, whether it is an R script file or a script file Sweave.
c. The script the file must contain all codes that produce the test statistics,
graphs and tables that are presented in the term paper PDF file. This means that the script file should contain references to the documentation in the PDF file.
d. The script file must be fully reproduce the econometric results presented in the PDF from the reading of data and definitions of variables and the production of all charts, tables, and results in running text.
e. All the pre-processing of the data shall be documented in the script file. It means that no data management or other calculations than those
documented in the script should be needed to reproduce your inquiry. It also means that the project data files must be unedited raw data files from the source.
f. The script file should be able to be executed without error messages in the so-called batch mode with the software used no matter which it is.
g. Template for how the script files can be found in the files sample-r.r If you use another econometric software than R, your script file must follow the same template regarding structure, documentation, comments, etc.