Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.84 KB

NewPageTemplate.md

File metadata and controls

56 lines (38 loc) · 1.84 KB
title parent has_children nav_order mathjax
Title of page
Category
false
1
true

Name of Page

INTRODUCTION SECTION

Remember that you can use inline math, e.g. $$x + y$$. In general, you should render variables in math mode ($$X$$, $$Y$$, etc.)

You can also render math in display mode:

$$ \int_a^b f(x)dx $$

Keep in Mind

  • LIST OF IMPORTANT THINGS TO REMEMBER ABOUT USING THE TECHNIQUE

Also Consider

  • LIST OF OTHER TECHNIQUES THAT WILL COMMONLY BE USED ALONGSIDE THIS PAGE'S TECHNIQUE
  • (E.G. LINEAR REGRESSION LINKS TO ROBUST STANDARD ERRORS),
  • OR INSTEAD OF THIS TECHNIQUE
  • (E.G. PIE CHART LINKS TO A BAR PLOT AS AN ALTERNATIVE)
  • WITH EXPLANATION
  • INCLUDE LINKS TO OTHER LOST PAGES WITH THE FORMAT Description. Categories include Data_Manipulation, Geo-Spatial, Machine_Learning, Model_Estimation, Presentation, Summary_Statistics, Time_Series, and Other

Implementations

NAME OF LANGUAGE/SOFTWARE 1

Commented code demonstrating the technique

NAME OF LANGUAGE/SOFTWARE 2 WHICH HAS MULTIPLE APPROACHES

There are two ways to perform this technique in language/software 2.

First, explanation of what is different about the first way:

Commented code demonstrating the technique

Second, explanation of what is different about the second way:

Commented code demonstrating the technique