Difference between revisions of "Ieboilstart"
Kbjarkefur (talk | contribs) (Replaced content with "{{subst:ietoolkit_command}}") |
Kbjarkefur (talk | contribs) |
||
Line 1: | Line 1: | ||
''' | '''ieboilstart''' is used help the user to set settings recommended to set at the top of do-files and to harmonize settings in the beginning of do-files between users. '''Disclaimer''': The only way to make sure that the code behave identical for two users in Stata is to for the users to run the same version of Stata. This command reduces the chances that the code behaves differently, but there is no way to completely eliminate that risk. | ||
This article is means 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 means 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 ieboilstart</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 == | ||
''Describe use case here'' | ''Describe use case here'' | ||
=== Disclaimer === | |||
The only way to guarantee that your Stata code works idnein | |||
=== Intended Work Flow === | === Intended Work Flow === |
Revision as of 17:36, 18 January 2018
ieboilstart is used help the user to set settings recommended to set at the top of do-files and to harmonize settings in the beginning of do-files between users. Disclaimer: The only way to make sure that the code behave identical for two users in Stata is to for the users to run the same version of Stata. This command reduces the chances that the code behaves differently, but there is no way to completely eliminate that risk.
This article is means 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 ieboilstart
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
Disclaimer
The only way to guarantee that your Stata code works idnein
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 commandName
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