Wayne's Github Page

A place to learn about statistics

Writing math and code in the same document

To make research reproducible, it’s often best to be able to write and code on the same document.

There are 2 platforms to achieve this (tutorials linked below), both can export PDF files for submissions. Jupyter notebooks are slightly more flexible because it supports Python as well.

Both platforms leverage the syntax for Markdown (for writing formatting text, e.g. headers, bullet points, etc) andLaTeX (for typesetting mathematical equations). We provide a cheat sheet below for common usecases.

LaTeX cheatsheet

Markdown cheatsheet