Name the option to produce a frequency line items rather
that a table.
Answers were Sorted based on User's Feedback
Answer / sreekanth rao
use the list option in table statement.it will not print
the table, it will print only line items.
LIST
displays two-way to n-way tables in a list format rather
than as crosstabulation tables
proc freq data= SampleData;
tables XX*YY/ list;
please provide the comments
Is This Answer Correct ? | 18 Yes | 0 No |
sas implimented companies in hyderabad
What is _n_?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what is the difference between unique key and primary key? : Sas-di
How do you write a test plan?
How would you code the criteria to restrict the output to be produced?
How could you generate test data with no input data?
How would you remove a format that has been permanently associated with a variables?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
how to perform paired t-test using Base/SAS & SAS/Stat?
What do the PUT and INPUT functions do?