An Example File

Some preliminary text.

A code block, evaluted:

. sysuse auto
(1978 Automobile Data)

. summarize weight

    Variable |        Obs        Mean    Std. Dev.       Min        Max
-------------+---------------------------------------------------------
      weight |         74    3019.459    777.1936       1760       4840

In-line text: mean weight=3019.5

A graph:

. histogram weight
(bin=8, start=1760, width=385)

More text. Another graph:

. scatter price weight