If i doest required Cumilative frequency in my table,
generated by using PROC FREQ what i had to do?
Answer Posted / naveen
proc freq data=xxx;
tables name/out=hosp (drop=percent);
run;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what can you learn from the sas log when debugging? : Sas programming
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What are the default statistics that proc means produce?
Difference between nodup and nodupkey options?
What are the advantages of using sas?
what is the Population you used in your project, is it ITT or PP?
how to debug and test the sas program? : Sas-administrator
Explain proc univariate?
for whom is sas data integration studio designed? : Sas-di
What does the trace option do?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Explain what is the use of proc gplot?
What makes sas stand out to be the best over other data analytics tools?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?