programming in stata
Argument passing with do-files
dofilename dataset name
summary statistics for the variables in the datasetname.
use `1'
summarize
Or,
args varname
use `varname'
summarize
1 and varname are the names of local variables or macros.
lecture 1 about simple programming in stata
• How to make program in stata
コメント