Difference between revisions of "Ieddtab"
Kbjarkefur (talk | contribs) (Created page with "{{subst:Ietoolkit_command}}") |
Kbjarkefur (talk | contribs) |
||
Line 1: | Line 1: | ||
''' | '''ieddtab''' is used to run difference in difference regressions and output the results in well formatted tables. | ||
This article is meant to describe use cases, work flow and the reasoning used when developing the commands. For instructions on how to use the command specifically in Stata and for a complete list of the options available, see the help files by typing <code>help ''' | This article is meant to describe use cases, work flow and the reasoning used when developing the commands. For instructions on how to use the command specifically in Stata and for a complete list of the options available, see the help files by typing <code>help '''ieddtab'''</code> in Stata. This command is a part of the package [[Stata_Coding_Practices#ietoolkit|ietoolkit]], to install all the commands in this package including this command, type <code>ssc install ietoolkit</code> in Stata. | ||
== Intended use cases == | == Intended use cases == | ||
Line 10: | Line 10: | ||
== Instructions == | == Instructions == | ||
These instructions are meant to help you understand how to use the command. For technical instructions on how to implement the command in Stata see the help files by typing <code>help ''' | These instructions are meant to help you understand how to use the command. For technical instructions on how to implement the command in Stata see the help files by typing <code>help '''ieddtab'''</code> in Stata. | ||
''Describe best practices related to this command here.'' | ''Describe best practices related to this command here.'' |
Revision as of 19:07, 20 November 2018
ieddtab is used to run difference in difference regressions and output the results in well formatted tables.
This article is meant to describe use cases, work flow and the reasoning used when developing the commands. For instructions on how to use the command specifically in Stata and for a complete list of the options available, see the help files by typing help ieddtab
in Stata. This command is a part of the package ietoolkit, to install all the commands in this package including this command, type ssc install ietoolkit
in Stata.
Intended use cases
Describe use case here
Intended Work Flow
Describe work flow here (remove if obvious from use case)
Instructions
These instructions are meant to help you understand how to use the command. For technical instructions on how to implement the command in Stata see the help files by typing help ieddtab
in Stata.
Describe best practices related to this command here.
Reasoning used during development
Describe any non obvious decisions made during development of this command. This can help explain restrictions and requirements
Back to Parent
This article is part of the topic ietoolkit