Date: Mon, 3 Nov 2008 00:37:58 -0500
Reply-To: Randy <randistan69@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Randy <randistan69@HOTMAIL.COM>
Subject: Percentages
Dear All:
My data is as follows:
Class VarA
A 20
A 31
B 22
A 12
B 4
I want to find the mean of VarA for the classes as well as the percentage
of each class to the total.
So the mean of VarA Class A = 21 and of Var B = 13. And the value of
ClassA as a percentage of the the total value of VarA is 63/88 = 0.715 and
of class B is 0.295. In addition i want to find the distribution of VarA
for ClassA and also for ClassB (Mean, Std dev, P1, P25 etc.)
Randy
|