Skip to Main Content

Data Analysis with Stata

FAQs

Stata is installed on all ND computer clusters (including the OIT General Virtual Lab, which allows you to use a standard Windows computer image virtually from your own device (more information on using/saving files in the Virtual Lab can be found in this Knowledge Base article)). Faculty/staff may install ND's Stata license from OIT's website but only onto ND-owned computers. To get Stata onto your personal computer without using the Virtual Lab, there is no other option but to buy a personal license (students get discounted pricing).

order var1 var2 var3
where var1, var2 and var3 are the variables to be ordered from left to right.

describe
To view the attributes of particular variables, e.g. var1 and var2: describe var1 var2

For numeric variables, the default character for missing values is ., a period. For string variables, the default character for missing values is "", a blank. For more information, refer to this help page.