Skip to content

Opening book details…

Can I read Stata Programming Class Notes on EtoBox?

Stata Programming Class Notes by Afc Hawk is a document available to read on EtoBox.

What is Stata Programming Class Notes about?

Stata allows users to write do-files containing Stata commands that can be executed all at once. Do-files are plain text files that are executed using the do command. Stata also allows users to write their own programs and ado-files, which define new Stata commands. When a user types a command, Stata first checks if it is a built-in command, then if it is a defined program, and finally looks for an ado-file matching the command name. Macros are variables that can contain text in Stata programs and do-files.

Author
Afc Hawk
Language
EN