Date: Fri, 6 Apr 2007 09:10:47 -0700
Reply-To: Dale McLerran <stringplayer_2@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Dale McLerran <stringplayer_2@YAHOO.COM>
Subject: Re: Applying appropriate statistical test.
In-Reply-To: <505966.87483.qm@web37011.mail.mud.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1
--- Kishore Kumar <downloadmylatestresume@YAHOO.COM> wrote:
> Hi All,
>
> I have a data (sample) in this way
>
> data school;
> input schooltype var1 var2 var3 ;
> cards;
> 1 4 5 3
> 1 2 3 4
> 1 3 5 3
> 2 4 5 1
> 2 4 5 2
> 2 3 1 5
> 3 5 5 5
> 3 2 3 1
> 3 4 5 3
> ;
> run;
>
> where schooltype: 1-english (N=100) 2-french (N=100) 3-german
> (N=100)
>
> and the var1-var3 are rating questions which describe scientific
> attitude among students ...5-strongly agree 1-strongly disagree
>
> My intention is to compare english,french,german and want to show
> there is no difference/difference in scientific attitude among
> students.
>
> Can you please suggest me how can i handle this by using these
> rating questions in SAS.
>
> Thanks in advance.
> KK.
>
KK,
To this point, all that you have presented would not require anything
more sophisticated than a simple chi-square test that could be
obtained through PROC FREQ. However, I have a feeling that there is
more to the story than you have presented, such as how the data are
collected and whether or not students are clustered in classrooms.
Before any advice can be provided, you need to give a more thorough
description of your data.
Dale
---------------------------------------
Dale McLerran
Fred Hutchinson Cancer Research Center
mailto: dmclerra@NO_SPAMfhcrc.org
Ph: (206) 667-2926
Fax: (206) 667-5977
---------------------------------------
____________________________________________________________________________________
The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
|