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 (September 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 26 Sep 2005 23:18:24 -0700
Reply-To:     David L Cassell <davidlcassell@MSN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David L Cassell <davidlcassell@MSN.COM>
Subject:      Re: t test and normality
In-Reply-To:  <200509262055.j8QKboZ1007649@malibu.cc.uga.edu>
Content-Type: text/plain; format=flowed

Vadim.Pliner@VERIZONWIRELESS.COM replied: >The two-sample t test is based on the assumption that both samples come >at random from normal populations with equal variances. This assumption >has nothing to do with the central limit theorem which states that the >sampling distribution of the mean of the sample elements tends to a >normal distribution. Fortunately, the t test is robust to departures >from its theoretical assumptions, and the larger the samples, the more >robust the test. PROC UNIVARIATE is a right way to test your samples >for normality. If you are concerned your samples are markedly skewed, >it may be safer to apply PROC NPAR1WAY which uses nonparametric >Wilcoxon test.

Yes. The 2-sample t test does that.

But the large-sample version, which is essentially a z-test, doesn't need an underlying assumption of normality, because with the large sample sizes, you get the Central Limit Theorem (unless there are some unusual properties of the underlying distribution). The t-test does have a basic problem with large discrepancies in variance between groups, so the original poster needs to be concerned with that.

David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


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