Examples / GRAPHBOXPLOT.RPF |
GRAPHBOXPLOT.RPF is an example of a box plot done using the instruction GBOX.
Full Program
open data CountryTaxData.xlsx
calendar(panelobs=22)
data(format=xlsx,org=columns) 1//1 1//22 country tax1965 tax1983
gbox(header="Taxes as Share of Output for 22 Countries",$
subheader="1965 vs 1983",labels=||"1965","1983"||,$
frame=half,extend) 2
# tax1965
# tax1983
Graph
Copyright © 2025 Thomas A. Doan