Difference between revisions of "Ieboilsave"

Jump to: navigation, search
(Replaced content with "{{subst:ietoolkit_command}}")
Line 1: Line 1:
<span style="font-size:150%">
'''commandName''' is used to [''insert short command description here''].
<span style="color:#ff0000"> '''NOTE: this article is only a template. Please add content!''' </span>
</span>


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 '''commandName'''</code> in Stata.


add introductory 1-2 sentences here
== 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 <code>help  '''commandName'''</code> in Stata.


== Read First ==
''Describe best practices related to this command here.''
* include here key points you want to make sure all readers understand


 
== Reasoning used during development ==
== Guidelines ==
''Describe any non obvious decisions made during development of this command. This can help explain restrictions and requirements''
* organize information on the topic into subsections. for each subsection, include a brief description / overview, with links to articles that provide details
===Subsection 1===
===Subsection 2===
===Subsection 3===


== Back to Parent ==
== Back to Parent ==
This article is part of the topic [[Stata Coding Practices]]
This article is part of the topic [[Stata_Coding_Practices#ietoolkit|ietoolkit]]
 
 
== Additional Resources ==
* list here other articles related to this topic, with a brief description and link


[[Category: Stata]]
[[Category: Stata ]]

Revision as of 12:14, 4 January 2018

commandName is used to [insert short command description here].

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 commandName 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 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