Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This example uses data from the following page:
http://cbo.gov/publication/42870
http://cbo.gov/sites/default/files/cbofiles/attachments/average_rates.xls
The SAS job downloads the xls spreadsheet directly from the website,
and then imports the desired range of cells into a SAS data set.
Multiple plot lines are overlaid, and labels are annotated at the end
of each line.
Back to Samples Index