Size: 762
Comment:
|
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.
Contents
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