Differences between revisions 2 and 3
Revision 2 as of 2023-06-08 00:36:24
Size: 762
Comment:
Revision 3 as of 2023-06-09 12:50:30
Size: 967
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:



== Overview ==

Ado files are written in the typical syntax of the Stata programming language.

The convention is for `foo.ado` to contain a single [[Stata/Program|program]] named `foo`.

---

Stata Ado Files

Reusable programs for the Stata programming language are distributed as ado files.


Overview

Ado files are written in the typical syntax of the Stata programming language.

The convention is for foo.ado to contain a single program named foo.

---

Installing Ado Files

SSC

Many programs have been written by Stata users and posted to the Boston College Statistical Software Components (SSC) archive. These can be installed locally with the ssc command.

ssc install fre

By default, these Ado files are installed to C:\ado\plus. To double check this, run the sysdir command. (OLDPLACE is the location used in Stata version 6 and older. PLUS has been used since.)

To install into a different location, such as PERSONAL, try:

net set ado PERSONAL
ssc install fre


CategoryRicottone

Stata/AdoFiles (last edited 2023-06-09 12:56:51 by DominicRicottone)