Updating...
Skip to main content
Filter your search by category. Current category:
All
All
Knowledge Base
Service Catalog
Search the client portal
Search
Sign In
Show Applications Menu
OIT Service Portal
Sign In
Search
Home
IT Checklists
Submit a Request
Services
Knowledge Base
More Applications
Skip to Knowledge Base content
Search
Articles
Blank
Knowledge Base
Teaching, Learning, & Research
Research Computing Support
Stata: Install Add-on Packages for Stata on Apps@UTK
Stata: Install Add-on Packages for Stata on Apps@UTK
Install Contributed Commands (ado-files) for Stata on Apps@UTK
Navigate to the “Windows Explorer” app on the app server. Use it to open your – “Documents” folder in your t-storage on the
server's
H
drive.
Within your “Documents” folder, create a folder named “Stata”.
Within that Stata folder, create another folder named "ado".
Within that ado folder, create another folder named "plus".
Set the directory for ado files on the H drive with the command:
sysdir set PLUS "\\tshome.utk.edu\home\your_netid\ Documents\Stata\ado\plus"
Note that PLUS (the third word above) must be all upper case in this command!
If the command you need is stored in the Boston College Statistical Software Components (SSC) archive, you can install the add-on you need using:
ssc install Your_Package_Name, replace
If the command you need is stored in the Stata Journal archive, you will need to know the issue that contains its article. Then enter the following command and follow the directions:
help sj
Once your add-on is installed, place your data file in the Stata folder and refer to it as:
use "\\tshome.utk.edu\home\your_netid\ Documents\Stata\Your_Data.dta"
Your data file must be saved to the Stata folder you created on the H drive for this command to work.
From now on, all programs that require this add-on pack must begin with the command:
sysdir set PLUS "\\tshome.utk.edu\home\your_netid\ Documents\Stata\ado\plus".
The official reference to this topic in the Stata manual is here:
https://stata.com/manuals13/u17.pdf
.
Sign in to leave feedback
0 reviews
Blank
Blank
Blank
Blank
Print Article
Deleting...
×
Share
Recipient(s)
- separate email addresses with a comma
Message
Press Alt + 0 within the editor to access accessibility instructions, or press Alt + F10 to access the menu.
Check out this article I found in the OIT Service Portal knowledge base.<br /><br /><a href="https://utk.teamdynamix.com/TDClient/2277/OIT-Portal/KB/ArticleDet?ID=138760">https://utk.teamdynamix.com/TDClient/2277/OIT-Portal/KB/ArticleDet?ID=138760</a><br /><br />Stata: Install Add-on Packages for Stata on Apps@UTK