STAT1003 – Statistical Techniques
Dr. Emi Tanaka
Australian National University
These slides are best viewed on a modern browser like Google Chrome on a desktop or laptop. Some interactive components may require some time to fully load.
:”!#.true or false (all lowercase) in YAML (not TRUE or FALSE like in R).:, #, -), it should be enclosed in quotes.In Quarto documents, YAML metadata is usually placed at the very top of the document, enclosed by triple dashes ---.
title - the title of the documentsubtitle - the subtitle of the documentauthor - the author of the documentdate - the date of the documentabstract - a brief summary of the documentformat - the output format of the document (e.g., html, pdf, docx)You can find available keys by format at https://quarto.org/docs/reference/
A value can span multiple lines in two ways:
| to preserve line breaks.> to fold lines (line breaks become spaces).

STAT1003 – Statistical Techniques