<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mantel test Not significant at strata level BUT significant at aggregated level in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/493387#M25589</link>
    <description>&lt;P&gt;No connection. You just watch data at two different side.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Sep 2018 12:56:03 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2018-09-07T12:56:03Z</dc:date>
    <item>
      <title>Mantel test Not significant at strata level BUT significant at aggregated level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/492954#M25571</link>
      <description>&lt;P&gt;I'm running a test where, within a marketing event, for the group of invited people (Attendee VS&amp;nbsp; Not Attendee), I want to test if the N of new opportunity generated has been significatively different between the people attending and people that were invited but not partecipated (a new opportunity could be generated in both groups)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=lead_att (where=(outcome_rev2 is not missing) );

tables inter_group*yy_event*outcome_rev3/cmh chisq nocol nopercent trend measures; /*test the trend */

tables inter_group*yy_event*outcome_rev3/cmh nocol nopercent noprint scores=modridit ; /*test existance corr*/


exact mhchi measures trend; 
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get the results below. The Cochran-Mantel Exact Test is significant at aggregated level, by controlling the 'Attending the event' variable, with a values of 4.8065 (Non Zero Correlation).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, looking at the individual STRATA, the Exact Mantel test is not significant in any of the two strata levels.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How Should I interpret this result? I would expect that as both the strata are not significant, too the aggregated result should follow the same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion in the interpretation is really appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 595px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23041i072316A1988ADABB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 479px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23042i52CDAC0DCDEC174B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23044i0B4A701E1C83233E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.PNG" alt="Capture3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/492954#M25571</guid>
      <dc:creator>dcortell</dc:creator>
      <dc:date>2018-09-06T10:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mantel test Not significant at strata level BUT significant at aggregated level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/492988#M25573</link>
      <description>&lt;P&gt;It is normal result. No surprise for you .&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 12:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/492988#M25573</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-06T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mantel test Not significant at strata level BUT significant at aggregated level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/493040#M25577</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not questioning the result. I'm more questioning how I should interpret it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to me like , taking into account the individual strata, as the individual Exact Mantel Tests are not significant, then there is not enough evidence to refuse the hypothesis that the share opportunities generated (in %)&amp;nbsp; are equal&amp;nbsp; between each event edition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But then, If we analyze the aggregated result, then the Exact Mantel test suggest us that indeed exists an association between event edition and share of opportunities generated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing I'm missing is how to connect the two results at a theoretical level&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 14:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/493040#M25577</guid>
      <dc:creator>dcortell</dc:creator>
      <dc:date>2018-09-06T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mantel test Not significant at strata level BUT significant at aggregated level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/493387#M25589</link>
      <description>&lt;P&gt;No connection. You just watch data at two different side.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 12:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mantel-test-Not-significant-at-strata-level-BUT-significant-at/m-p/493387#M25589</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-07T12:56:03Z</dc:date>
    </item>
  </channel>
</rss>

