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 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 16 Nov 2009 20:38:15 -0600
Reply-To:     OR Stats <stats112@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         OR Stats <stats112@GMAIL.COM>
Subject:      Re: Standard N(0,1) test and PROC CAPABILITY NORMALTEST
Comments: To: Mark Miller <mdhmiller@gmail.com>
In-Reply-To:  <fea0842b0911161725r6ae45167q57f4b13fc79a9e44@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

how is that? since the code that i ran was

proc capability data=mydata normaltest; var myvariable; run;

where is the spec for mean and variance?

thanks!

On Mon, Nov 16, 2009 at 7:25 PM, Mark Miller <mdhmiller@gmail.com> wrote:

> Proc Capability expects you to provide Mu and Sigma. > > ... Mark Miller > > > > On Mon, Nov 16, 2009 at 3:55 PM, OR Stats <stats112@gmail.com> wrote: > >> Hello: >> >> I have data X that needs to be tested if it comes from specifically >> N(0,1). >> X should not be rescaled. How does SAS PROC CAPABILITY NORMALTEST treat >> X? >> Does it do any transformation or rescaling prior to testing for Normality? >> This is a slight subtlety btw testing if >> >> X~N(0,1) >> or just >> X~N(something, something) >> >> Thanks! >> > >


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