Chapters 5 and 7 supplement Attitudinal survey Import

  • Slides: 5
Download presentation
Chapters 5 and 7 supplement Attitudinal survey § Import from SPSSX § § PROC

Chapters 5 and 7 supplement Attitudinal survey § Import from SPSSX § § PROC CONTENTS § Variable labels saved as variable names § Unattractive variable names § Variable format values saved as levels § Values may not inherit ordering © Fall 2013 John Grego and the University of South Carolina 1

Editing ODS Graphics § ODS Graphics in PROC FREQ § Some limited options for

Editing ODS Graphics § ODS Graphics in PROC FREQ § Some limited options for editing § Can work with output table § Can modify table with PROC TEMPLATE © Fall 2013 John Grego and the University of South Carolina 2

Identifying templates § Modifying templates § Use ODS TRACE to find template § Be

Identifying templates § Modifying templates § Use ODS TRACE to find template § Be sure to run code with all options in place § Print (and save) template code Some templates can be edited piecemeal § We will edit graphics templates in situ § © Fall 2013 John Grego and the University of South Carolina 3

Template storage § Useful features/commands § ods path show; § default templates are stored

Template storage § Useful features/commands § ods path show; § default templates are stored in sashelp. tmplmst (read only) § default modified templates are stored in work. templat § ods path work. templat(update) sashelp. tmplmst(read); © Fall 2013 John Grego and the University of South Carolina 4

Editing templates Edits to text strings can be straightforward § Macro variables are readily

Editing templates Edits to text strings can be straightforward § Macro variables are readily incorporated into template definitions § Extend graphics definition to additional variables § © Fall 2013 John Grego and the University of South Carolina 5