<?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: hedonic wage equation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265848#M52352</link>
    <description>&lt;P&gt;Hedonic function depends on fatrate... Hmmm&lt;/P&gt;</description>
    <pubDate>Sat, 23 Apr 2016 18:48:46 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-04-23T18:48:46Z</dc:date>
    <item>
      <title>hedonic wage equation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265834#M52344</link>
      <description>&lt;P&gt;Hello! I was just wondering if someone could please help me with a problem. I am trying to use OLS to estimate a linear hedonic wage equation with wages as a function of gender, race, age, age^2, and fatality risks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the variables are defined as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;wage = worker's hourly wage rate&lt;/P&gt;&lt;P&gt;male = 1 if worker is male and =0 otherwise&lt;/P&gt;&lt;P&gt;white = 1 if worker's race is white = 0 otherwise&lt;/P&gt;&lt;P&gt;age = workers age in years&lt;/P&gt;&lt;P&gt;fatrate = worker's risk of fatality measured in terms of deaths per 100,000 workers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how would the code even look like? Do i need to create a matrix, and if so, how?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 16:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265834#M52344</guid>
      <dc:creator>graingerad12</dc:creator>
      <dc:date>2016-04-23T16:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: hedonic wage equation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265842#M52350</link>
      <description>&lt;P&gt;Look at proc REG or GLM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation has good examples.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do not need to create a matrix, a SAS dataset is enough to get started.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.ats.ucla.edu/stat/sas/webbooks/reg/chapter1/sasreg1.htm" target="_blank"&gt;http://www.ats.ucla.edu/stat/sas/webbooks/reg/chapter1/sasreg1.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 17:58:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265842#M52350</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-23T17:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: hedonic wage equation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265843#M52351</link>
      <description>I see there are Binary Variables and OLS mainly used in LR model (as per i  know ) You can check Logistic regression i you wish to ..</description>
      <pubDate>Sat, 23 Apr 2016 18:05:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265843#M52351</guid>
      <dc:creator>pearsoninst</dc:creator>
      <dc:date>2016-04-23T18:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: hedonic wage equation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265848#M52352</link>
      <description>&lt;P&gt;Hedonic function depends on fatrate... Hmmm&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 18:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265848#M52352</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-04-23T18:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: hedonic wage equation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265859#M52353</link>
      <description>&lt;P&gt;Since dependent variable is continuous you can use regression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=have;

model wage = male white age fatrate;

run;quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 23 Apr 2016 22:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hedonic-wage-equation/m-p/265859#M52353</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-23T22:00:11Z</dc:date>
    </item>
  </channel>
</rss>

