Some preliminary text.
A code block, no options:
. 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: 5 Dec 2017
A graph (nocommands
):
(bin=8, start=1760, width=385)
More text.
Generate a new variable (quietly
).
Yet more text (nooutput
).
. summarize gpm
Another graph (noprompt
):
scatter price weight