| Date: | Wed, 9 Feb 2011 09:14:24 -0600 |
| Reply-To: | Joe Matise <snoopy369@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Joe Matise <snoopy369@GMAIL.COM> |
| Subject: | Re: Counting |
|
| In-Reply-To: | <AANLkTim=wVto_JpraxvSe5MJfAi5a7OmO97xmWUo6h-e@mail.gmail.com> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
|---|
PROC MEANS? PROC FREQ with a weight?
-Joe
On Wed, Feb 9, 2011 at 8:37 AM, John Mike <sasslick@gmail.com> wrote:
> Hello All
> I have the following the data set I need counts for the subjects
>
> subject days
> 1 1
> 1 2
> 2 3
> 2 4
> 2 2
>
> I need total number of days for each subject;
>
> for subject 1 days are 3
> subject 2 days are 9
>
> Thanks
>
|