LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 14 Nov 1999 21:27:38 +0800
Reply-To:   Wen-Feng Hsiao <d8442803@STUDENT.NSYSU.EDU.TW>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Wen-Feng Hsiao <d8442803@STUDENT.NSYSU.EDU.TW>
Organization:   MIS
Subject:   when (treatment, performance) reduces to performance only.

Dear Experts,

When we conduct some tests, such as ANOVA, the data set would probably contain (treatment, performance) pairs. However, if the dataset has been pre-organized, and only contain performance data, how can I read this kind of data and conduct tests? For example, the original dataset is the following:

group1 78.9 group2 32.7 group2 45.7 group1 50.2 group2 56.3 ...

After preprocessing, it only contains the following two columns with the first column representing group1, and the second, group2.

78.9 32.7 50.2 45.7 . 56.3 ...

How can I read them? Should I introduce new variables, and how? Thanks for your help!

Wen-Feng


Back to: Top of message | Previous page | Main SAS-L page