资源描述:
《08-visualizing-your-data》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、The Little SAS Book: A Primer, Fifth EditionChapter8:VisualizingYourData"Graphsrevealdiscoveriesasthebudunfoldstheflower."HenryD.HubbardFromGraphicPresentationbyWillardCopeBrinton,1939.8.1ConceptsofODSGraphicsODSGraphicsisdesignedtogiveyouhigh-qualitygraphswithaminimumofeffort.Asyoumight
2、expect,ODSGraphicsisanextensionoftheOutputDeliverySystem,butinsteadofcreatingtabularoutput,ODSGraphicscreatesgraphs,anditproducesthemusingthesamedestinationsandstylesasODStabularoutput.StartingwithSAS9.3,ODSGraphicsispart[1]ofBaseSAS,soyoudonotneedtolicenseanyadditionalproducts.UsingODSG
3、raphicsinStatisticalProceduresOver80statisticalprocedureshavetheabilitytoproducegraphsusingODSGraphics.IncludedareproceduresfromBaseSAS,SAS/STAT,SAS/ETS,andSAS/QC.[2]Whenyouruntheseprocedures,ODSGraphicswillproducegraphsthatarespeciallydesignedforthattypeofanaylsis.StartingwithSAS9.3,ODS
4、GraphicsisturnedonbydefaultintheSASwindowingenvironmentinMicrosoftWindowsandUNIX.ODSGraphicsisturnedoffbydefaultwhenyouruninbatchmodeorinotheroperatingenvironments.Toturnthisfeatureon,insertthisstatementintoyourprogrambeforeanystatisticalprocedures:ODSGRAPHICSON;Statisticalproceduresthat
5、supportODSGraphicswillthencreateappropriategraphs.YoudonotneedtoturnODSGraphicsoff,butifyouwishtoturnitoff(eithertomakeyourprogramsrunfaster,orsimplybecauseyoudonotwantthegraphs)usethisstatement:ODSGRAPHICSOFF;NotethatODSGRAPHICSisnotadestination(likeHTMLorPDF).YouopenandcloseODSdestinat
6、ions;youturnODSGRAPHICSonoroff.UsingODSGraphicsforStand-AloneGraphsODSGraphicsalsoincludesafamilyofproceduresdesignedtocreatestand-alonegraphs(graphsthatarenotembeddedintheoutputofastatisticalprocedure).TheSGPLOTandSGPANELproceduresaretwoofthese.Becausetheseproceduresalwaysproducegraphs,
7、youdonotneedtospecifytheODSGRAPHICSONstatementeveninbatchmode.However,theremaystillbetimeswhenyouwanttousethisstatementtospecifygraphicsoptions.TheSGPLOTprocedurecreatessingle-celledgraphswhileSGPANELcancreatemulti-celledgraphsbasedonclassificationvariables.Thevarioustype