Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
plz help...simple stuff | Excel Discussion (Misc queries) | |||
Simple stuff (Probably) | Excel Worksheet Functions | |||
update stuff comes at the top | Excel Discussion (Misc queries) | |||
Excel Repeating Stuff | Excel Discussion (Misc queries) | |||
If's and Isna's and stuff | Excel Worksheet Functions |