code the tables statement for a single level frequency?
Answers were Sorted based on User's Feedback
Answer / rajaanku11
proc freq data=lib.dataset;
table var; *here you can mention single variable of multiple
variables seperated by space to get single
frequency;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aravind9882
proc freq data=lib.dataset;
table var;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
what is the difference between proc means and proc tabulate?
Describe how you would pass data to macro.
what is option year cuttoff in sas
What are the criticality that you have faced during your project in SAS?
Describe the ways in which you can create macro variables? : sas-macro
What is the work of tranwrd function?
what is prime numbers? how we can get plc write sas code?
Did you used proc test? when?
0 Answers Accenture, Quintiles,
What would be the value of month at the end of data step execution and how many observations would be there?
explain about data integrator metadata reports? : Sas-di
What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?