|
I know in proc report we can calculate the new varibale using two variables
that are already in the dataset. For instance, in proc report you can
calculate the average cost by dividing "cost.sum" by "volume.sum"(just an
example)..This way, we can get average cost across several class
dimensions. Is this possible using "proc tabulate"?
Here is the sample data set:
Group1 State
A FL
B
B
C
D
D
|