Hello Friends, I have a variable X having values (.,Yes, No). I have this variable in two different datasets A and B with an ID. I have to find the frequency matrix of count of values in both datasets as below. Please help me how it is possible either with Proc freq or any other procedure. X datasetA datasetB Frequency Percent Row Pct Col Pct . No Yes Total . 6764 63.52 99.75 99.73 12 0.11 0.18 0.47 5 0.05 0.07 0.39 6781 63.68 No 14 0.13 0.54 0.21 2560 24.04 99.15 99.46 8 0.08 0.31 0.62 2582 24.25 Yes 4 0.04 0.31 0.06 2 0.02 0.16 0.08 1280 12.02 99.53 98.99 1286 12.08 Total 6782 63.69 2574 24.17 1293 12.14 10649 100.00
... View more