@kullboys wrote:
Hello everyone
Is it possible to calculate percent from total in proc means >?
Thanks.
Other than not very clearly explaining what "from total" might imply (I can think of several interpretations), not in proc means. The documentation is pretty clear about what statistics proc means will calculate and percentages are not included.
Proc means can create an output data set that likely has the sums and/or n's that you need but will take other steps.
Proc tabulate and report both will create percentages but of specific forms and without actual example data and the desired result I can't go any further than that.
... View more