+ Reply to Thread
Results 1 to 2 of 2

Calculating a p-value given the mean and SD are already computed

  1. #1
    Registered User
    Join Date
    09-06-2012
    Location
    Birmngham, AL
    MS-Off Ver
    Excel 2010
    Posts
    1

    Question Calculating a p-value given the mean and SD are already computed

    Rather than a standard dataset of raw observations, I have a dataset of summary statistics for which I've calculated a t-test using the manual formula. Before I go about doing this for the p-value, is there a simpler way to do this in the Data Analysis add-in? The options that I see seem to ask for a range of values so that it can compute the mean, sd, etc. Thanks in advance to anyone who has advice for me!

  2. #2
    Valued Forum Contributor
    Join Date
    05-07-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    354

    Re: Calculating a p-value given the mean and SD are already computed

    I would do the following

    1. Calculate pooled Variance: ( (n1-1)*Variance1 + (n2-1)*Variance2 ) / (n1+n2-2)
    Pooled Standard Dev = sqrt(pooled variance)

    2. Calculate t statistics: (avg1 - avg2) / (Pooled_Stdev * sqrt(1/ n1 + 1/n2) )

    3: P Value = TDIST function to calculate P value . In that function X = t-stat from step #2

    Source: DOE book by Douglas C. Montgomery & internet
    Regards,
    Vandan

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1