Skip to Main Content
Statistical Programming in SAS
book

Statistical Programming in SAS

by John Bailer
April 2015
Intermediate to advanced content levelIntermediate to advanced
460 pages
14h 45m
English
SAS Institute
Content preview from Statistical Programming in SAS
206 Statistical Programming in SAS
ods graphics on;
proc reg data=cubic;
ods select ParameterEstimates FitPlot;
model response = x;
run;
ods graphics off;
6.3 Modifying Graphics Using the ODS Graphics Editor
To complete tasks in this section, you should download and install the ODS Graphics
Editor. Installation information can be found in the SAS/GRAPH ODS Graphics Editor:
Users Guide. You need to request editable graphs, and then invoke the ODS Graphics
Editor. To use the ODS Graphics Editor, the LISTING destination must be active, and
you should be in the SAS windowing environment. There are three ways to request
editable graphs:
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Elementary Statistics Using SAS

Elementary Statistics Using SAS

Sandra D. Schlotzhauer

Publisher Resources

ISBN: 9781607645047