Could you please answers for this.
1.Code the tables statement for a single-level (most common)
frequency.
2.Code the tables statement to produce a multi-level
frequency.
Answer Posted / hsong001
In proc freq:
1. one level: tables a b c;
2. multiple levels: tables a*b a*c a*b*c;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
explain the function of substr in sas? : Sas-administrator
What is the maximum and minimum length of macro variable
how does sas handle missing values in procs? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
Explain the special input delimiters used in sas programming.
I need level 2 to 5 sas using companies in india
How to sort in descending order?
Describe the ways in which you can create macro variables?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
what is data integration? : Sas-di
what is change analysis in sas di ? : Sas-di
what do the pad and dim functions do? : Sas programming
Do you need to know if there are any missing values?
How do you define proc in sas? : sas-grid-administration