<?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: Compare two coefficients for the same variable between two separate datasets in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Compare-two-coefficients-for-the-same-variable-between-two/m-p/344526#M18118</link>
    <description>From the dataset, education is categorical variable is it correct?&lt;BR /&gt;If there is a chance can you share the data?</description>
    <pubDate>Mon, 27 Mar 2017 07:14:53 GMT</pubDate>
    <dc:creator>lakshmi_74</dc:creator>
    <dc:date>2017-03-27T07:14:53Z</dc:date>
    <item>
      <title>Compare two coefficients for the same variable between two separate datasets</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Compare-two-coefficients-for-the-same-variable-between-two/m-p/344511#M18117</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to compare the effects of variables between men and women to see whether the effects of the same variable on a dependent variable are different by sex. So I construct men's and women's data, respectively. In my research, a response variable is obesity(0=obese, 1=normal) and I run a logistic analysis.&lt;/P&gt;&lt;P&gt;I get the following results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Men &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Women &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Men vs. Women&lt;/P&gt;&lt;P&gt;Education &amp;nbsp; -.037(.002)*** &amp;nbsp; &amp;nbsp; &amp;nbsp;-.047(.011)*** &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;significant difference?&lt;/P&gt;&lt;P&gt;Income &amp;nbsp; &amp;nbsp; &amp;nbsp; -.122(.003)** &amp;nbsp; &amp;nbsp; &amp;nbsp; -.075(.032)*** &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;significant difference?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can say that education and income are related to obesity for both men and women. However, I also wonder whether there is a difference of the effects of education and income on obesity between men and women. This requires a comparison of two coefficients from men and women for the same variable. How can I test whether there is a difference of coefficients for each variable, education and income between men and women in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 06:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Compare-two-coefficients-for-the-same-variable-between-two/m-p/344511#M18117</guid>
      <dc:creator>eunkisoo</dc:creator>
      <dc:date>2017-03-27T06:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two coefficients for the same variable between two separate datasets</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Compare-two-coefficients-for-the-same-variable-between-two/m-p/344526#M18118</link>
      <description>From the dataset, education is categorical variable is it correct?&lt;BR /&gt;If there is a chance can you share the data?</description>
      <pubDate>Mon, 27 Mar 2017 07:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Compare-two-coefficients-for-the-same-variable-between-two/m-p/344526#M18118</guid>
      <dc:creator>lakshmi_74</dc:creator>
      <dc:date>2017-03-27T07:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two coefficients for the same variable between two separate datasets</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Compare-two-coefficients-for-the-same-variable-between-two/m-p/344570#M18120</link>
      <description>&lt;PRE&gt;
You need combine  men's and women's data into one table, and use ESTIMATE .

class SEX;
...........
estimate 'F vs M' sex 1 -1 ;

&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Mar 2017 10:57:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Compare-two-coefficients-for-the-same-variable-between-two/m-p/344570#M18120</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-03-27T10:57:41Z</dc:date>
    </item>
  </channel>
</rss>

