PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: marketing

Basics of Proc Tabulate - SAS: Analytics, Artificial ...

Anky LaiCancer Surveillance & Outcomes (CSO)Population OncologyBC Cancer AgencyBasics of Proc TabulateIntroduction What is Proc Tabulate ? A procedure that displays descriptive statistics in tabular format But aren t there other procsthat do the same ;varage height;run;procmeansdata= ;classsex;varage height; run; I want summary stats on students ages and heights, overall and by gender. proctabulatedata= ;classsex;varage height;table(age height)*(N MEAN STD MIN MAX), SEX ALL; run;Introduction Why should you use it? Payoff is in the output Saves a lot of time Reduces errors Easy to format tablesOutline PROC Tabulate Basics Customize tables Export tablesProc Tabulate Basics Basic syntax:(1)proctabulatedata=dataset <options>;(2)classvariable(s) </option(s)>; variables used in PROC FREQ*And/Or*varvariable(s) </option(s)>; variables used in proc means (3)table<page>,<row>,<column> </table-option(s)>; run;Table Statement All variables listed in the TABLE statement must be listed in CLASS or VAR More than one TABLE statement can

proc means data=sashelp.class; var age height; run; proc means data=sashelp.class; class sex; var age height; run; “I want summary stats on students’ ages and heights, overall and by gender.”

Loading..

Tags:

  Name, Corps, Proc means

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of Basics of Proc Tabulate - SAS: Analytics, Artificial ...

Related search queries