<?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: How to statistically comapre difference between two groups with the difference between another two groups in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-statistically-comapre-difference-between-two-groups-with/m-p/116246#M32072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for answering my question. It is very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meet another challenge:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another confounder (e.g., x3) in group 1 and group 3 is physiological higher than in group 2 and group 4. So I cannot include x3 as a independent variable in the model since putting x3 in the model will allow x3 equal in the four groups. To make the comparison of Y between (1-2) - (3-4) reasonable, I have to allow x3 comparable between group 1 and group3 and between group 2 and group 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Jul 2013 14:31:23 GMT</pubDate>
    <dc:creator>ZC</dc:creator>
    <dc:date>2013-07-20T14:31:23Z</dc:date>
    <item>
      <title>How to statistically comapre difference between two groups with the difference between another two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-statistically-comapre-difference-between-two-groups-with/m-p/116244#M32070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running the following PROC MIXED precedure to examine difference between 2 groups with the difference between another 2 groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC MIXED;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS group;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL Y = group + x1 + x2;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Categorical variable "group" has four levels: 1, 2, 3, 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to compare the difference in Y between group 1&amp;nbsp; and 2 to the difference in Y between group 3 and 4. How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2013 15:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-statistically-comapre-difference-between-two-groups-with/m-p/116244#M32070</guid>
      <dc:creator>ZC</dc:creator>
      <dc:date>2013-06-22T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to statistically comapre difference between two groups with the difference between another two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-statistically-comapre-difference-between-two-groups-with/m-p/116245#M32071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not use plus signs in the MODEL statement. For the comparison, use the CONTRAST statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONTRAST 'Difference of differences 1 - 2 - (3 - 4)' group 1 -1 -1 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2013 16:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-statistically-comapre-difference-between-two-groups-with/m-p/116245#M32071</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-06-22T16:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to statistically comapre difference between two groups with the difference between another two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-statistically-comapre-difference-between-two-groups-with/m-p/116246#M32072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for answering my question. It is very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meet another challenge:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another confounder (e.g., x3) in group 1 and group 3 is physiological higher than in group 2 and group 4. So I cannot include x3 as a independent variable in the model since putting x3 in the model will allow x3 equal in the four groups. To make the comparison of Y between (1-2) - (3-4) reasonable, I have to allow x3 comparable between group 1 and group3 and between group 2 and group 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jul 2013 14:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-statistically-comapre-difference-between-two-groups-with/m-p/116246#M32072</guid>
      <dc:creator>ZC</dc:creator>
      <dc:date>2013-07-20T14:31:23Z</dc:date>
    </item>
  </channel>
</rss>

