Date: Wed, 30 Oct 2002 15:02:41 -0500
Reply-To: Ellen <erains@NERI.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ellen <erains@NERI.ORG>
Subject: Calculating a p-value for a varibles average
I need to calculate an average value and p-value of var1 based a pt's
group. The data is set up in the following manner.
id group var1
101 1 3
102 1 5
103 2 0
104 1 1
105 2 4
106 2 3
107 1 0
How is this calculated in SAS?
|