Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / April 2006

Tip: Looking for answers? Try searching our database.

calculate the p-value for a negative t-value

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Camper - 17 Apr 2006 23:24 GMT
My question is how can I calculate a p-value for a negative t-value?

In several tests the t-test value is negative and I cannot use the standard
TDIST(x,df,1) function. Is it correct to calculate the p-value of negative
t-values as:
1 - absolute(P[x])?

If the above is correct, is this the correct adaption to the TDIST function:
=IF(x>0,TDIST(x,deg_freedom,tails),(1-(TDIST(ABS(x),deg_freedom,tails))))

Signature

Mahalo for your help,
Camper

Mike Middleton - 18 Apr 2006 07:57 GMT
Camper  -

Here are some excerpts from my book, "Data Analysis Using Microsoft Excel:
Updated for Office XP":

Left-Tail Test
p-value =IF(t<0,TDIST(ABS(t),df,1),1-TDIST(t,df,1))

Right-Tail Test
p-value =IF(t>0,TDIST(t,df,1),1-TDIST(ABS(t),df,1))

Two-Tail Test
p-value =TDIST(ABS(t),df,2)

-  Mike
www.mikemiddleton.com

> My question is how can I calculate a p-value for a negative t-value?
>
[quoted text clipped - 7 lines]
> function:
> =IF(x>0,TDIST(x,deg_freedom,tails),(1-(TDIST(ABS(x),deg_freedom,tails))))
Camper - 18 Apr 2006 19:26 GMT
Aloha Mike,

That answers my question and is exactly what I needed. Mahalo for the
reference to the book. I will have to track down a copy for my
library/reference collection.
Signature

Mahalo for your help,
Camper

> Camper  -
>
[quoted text clipped - 24 lines]
> > function:
> > =IF(x>0,TDIST(x,deg_freedom,tails),(1-(TDIST(ABS(x),deg_freedom,tails))))
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.