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 |
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
How many ways to overcome a missing values???
what is intially documentation for a sas programmer?
What are the uses of sas?
Describe how you would pass data to macro.
how to assign a macro value to a variable?
How are the analysis data sets structured?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
What is a post baseline?
What Proc glm does?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What does proc print, and proc contents are used for?