+ Reply to Thread
Results 1 to 8 of 8

Thread: multiple criteria

  1. #1
    Points: 3,009, Level: 33
    Level completed: 73%, Points required for next Level: 41

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    multiple criteria



    Hi all,
    I am dilettanet in statistics But I need to analyze some lab data.
    I am wondering if there is a method for comparing multiple criteria as a whole? For example, say I have 2 products, product A and product B. And I want to know if their composition is identical. Say they are composed of sugar, butter, and cocoa. I measure the following:

    A
    sugar 70, 80, 72%...avg=74%
    butter 20, 25, 10 %..avg=18.3%
    cocoa 10, 5, 18%....avg=11%

    B
    sugar 65, 90, 70%...avg=75%
    butter 30, 5, 15 %..avg=16.7%
    cocoa 5, 5, 15%....avg=8.3%

    Now I want to know if the compositions of A and B are different.
    Do I need to test each of the components separately using a t-test, say test hypothesis if sugar content in A is different from B etc, or is there a way to test the composition collectivelly?
    I guess I have to test each component separately but I want to be sure.....Thanks.

  2. #2
    Bhoot
    Points: 1,270, Level: 19
    Level completed: 70%, Points required for next Level: 30

    Posts
    1,758
    Thanks
    40
    Thanked 124 Times in 106 Posts
    You can do 'Test of homogeneity' . It is a chi-square test. It is similar to test of independence.

    Regards
    Vinux

  3. #3
    Points: 3,610, Level: 37
    Level completed: 74%, Points required for next Level: 40

    Location
    Mumbai, India
    Posts
    142
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You will have to do test for equality of means for all 3 components as a sure way.

  4. #4
    Points: 8,996, Level: 63
    Level completed: 82%, Points required for next Level: 54

    Posts
    481
    Thanks
    22
    Thanked 3 Times in 3 Posts
    A 3 x 3 Between Subjects ANOVA.

  5. #5
    Points: 3,009, Level: 33
    Level completed: 73%, Points required for next Level: 41

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks!
    I think I'll look into the chi-square test of homogeneity. That looks promising.
    Sorry I don't know what does it mean to do "3x3 between subject ANOVA". I googled but haven't found anything useful yet.
    If all fails, I know how to test the equality of means for individual categories
    db

  6. #6
    Points: 8,996, Level: 63
    Level completed: 82%, Points required for next Level: 54

    Posts
    481
    Thanks
    22
    Thanked 3 Times in 3 Posts
    The 3 x 3 Between Subjects ANOVA will test the overall equality of means for your different conditions and let you know if there are significant differences between some of your pairs.

    If you were to do multiple T-Tests for each comparison, you would greatly inflate the chance of a Type I error. The ANOVA can do the samething, but will not increase the chances of a Type I error. In a sense, the T-Test is a special case of the ANOVA, where you only have k = 2 groups.



    The 3 x 3 Notation simultanouesly informs you how many factors and how many levels of each factor. You have two factors, that have 3 conditions each:

    A(sugar, butter, coca) => 1 factor, with three levels
    B(sugar, butter coca) ==> 1 factor, with three levels

    Taken together, 3x3 = 2 factors, the first having 3 levels, and the second having also 3 levels.


    Perhaps you should use 'factorial anova' as your search query for further reading. Hope this helps.

  7. #7
    Points: 3,009, Level: 33
    Level completed: 73%, Points required for next Level: 41

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I thought one would use ANOVA when you want to compare means of multiple things, like say I determine 5x how much suger there in green icecream, 5x in red icecream and 5x in blue icecream. I would calculate mean + SD and then test if the means are equal after doing F-test to make sure the variations are the same. If I would only have 2 icecreams, I would use t-test. If I want to compare all 3 together, I would use anova, right? That's what I remember from stat classes...but maybe I am wrong.
    But now the difference is that I am looking not only on sugar but many other characteristics, and I didn't know ANOVA can deal with multiple criteria.

    The example I gave was just an example. In fact I am looking at chemical composition of subjects let's call them A and B, and I have 14 compounds.
    So according to your scheme,
    A(c1,c2,....c14)
    B(c1,c2,....c14),
    and I have 4 experiments.
    c1..14 are expressed as % of total.
    I averaged the experiments, and claculated SD for each ci.
    OK, now I don't really know how to do ANOVA on these. Do you have any suggestions about how to organize the data and do it in excel (is it possible?)?
    My data looks like this:

    Code: 
                  A                          B
             avg     SD                 avg    SD
    c1       
    c2
    c3
    .
    .
    c14

  8. #8
    Points: 3,009, Level: 33
    Level completed: 73%, Points required for next Level: 41

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    ...concerning the chi square homogeneity test: I guess I would organize my data like this and run the test on them and that the output would be P that the ratio between the individual components in A and B are the same.
    Code: 
            sugar          butter       cocoa
    A       74                18            11
    
    B       75                17             8
    ....but in this case the information about the variation of each of the measurements gets lost..? if say sugar in A iwould be 60+-30 and in B 80+-10 and I would ignore the +- part, it may lead to wrong results, no?
    Does this test require that the variations are comparable or is there a way to correct for that?

+ Reply to Thread

Similar Threads

  1. About searching criteria
    By satimis in forum R
    Replies: 0
    Last Post: 11-25-2010, 10:14 AM
  2. vague criteria
    By jenclark242 in forum Statistics
    Replies: 4
    Last Post: 10-04-2010, 12:19 PM
  3. Replies: 2
    Last Post: 06-16-2010, 01:56 PM
  4. expanding eligibility criteria
    By monkey in forum General Discussion
    Replies: 0
    Last Post: 01-25-2008, 12:32 PM
  5. multiple groups with multiple time-points
    By simpleguy in forum Psychology Statistics
    Replies: 0
    Last Post: 11-20-2006, 09:55 PM

Posting Permissions

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








Advertise on Talk Stats