When I do the next command I have the next result, where for priority1 = 5 and priority2 = 6 or 7 we have 0, but it is not shown. zerocounts work only with frequencies.
collect table priority1 priority2, statistic(rawproportion) nformat(%6.3f) sformat("%s%%" percent) nototal zerocounts
How can I put zeroes at this two positions and have table with proportions?
collect table priority1 priority2, statistic(rawproportion) nformat(%6.3f) sformat("%s%%" percent) nototal zerocounts
How can I put zeroes at this two positions and have table with proportions?
Comment