Getting started with STATA command language
Key points
- In STATA, commands are issued by typing them into the command panel.
- When issuing a command, you type the name of the command, followed by parameters needed for the command to work.
- Parameters can be mandatory while others can be optional to the command
- The
summarize
command allows users to summarize a specific variable or all variables in a dataset. - When specifying variables, always use their variable names, not the variable labels.
Complete and Continue