#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Statistics stuff

I have survey data and I want to do some T-tests using gender as the
grouping. Since the "gender" column will be mixed up with males and females,
does Excel allow a t-test to be carried in this situation or do the males and
females have to be grouped together?

cheers!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 837
Default Statistics stuff

While the TTEST function does not have such options, you can separate your
data in the TTEST call using array formulas, such as
=TTEST(IF(gender="M",data),IF(gender="F",data),2,2 )
where gender and data are the ranges containing the specified information.
This formula must be array entered (Ctrl-Shift-Enter) to work; otherwise it
will return #VALUE!

Jerry

"scubadiver" wrote:

I have survey data and I want to do some T-tests using gender as the
grouping. Since the "gender" column will be mixed up with males and females,
does Excel allow a t-test to be carried in this situation or do the males and
females have to be grouped together?

cheers!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 142
Default Statistics stuff

That depends on how you need the data presented.
you could click and scroll down the ROW HEADERS then sort by alpha,
so that you have two defined groups, Female and Male.
which could be represented in two identical charts, one for each group...

"scubadiver" wrote:

I have survey data and I want to do some T-tests using gender as the
grouping. Since the "gender" column will be mixed up with males and females,
does Excel allow a t-test to be carried in this situation or do the males and
females have to be grouped together?

cheers!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
plz help...simple stuff vincent135 Excel Discussion (Misc queries) 1 August 4th 06 03:24 AM
Simple stuff (Probably) ChrisMattock Excel Worksheet Functions 6 June 20th 06 08:44 PM
update stuff comes at the top Fam via OfficeKB.com Excel Discussion (Misc queries) 0 April 6th 06 09:32 PM
Excel Repeating Stuff David Steed Excel Discussion (Misc queries) 1 December 21st 05 08:00 PM
If's and Isna's and stuff Hexabah Excel Worksheet Functions 1 November 4th 04 03:42 PM


All times are GMT +1. The time now is 06:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"