<?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: value of statistical life in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265919#M14010</link>
    <description>&lt;P&gt;Can you translate that to a programming problem? I'm not sure I understand the question, even having worked as an actuary &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your previous question is answered, please mark it as solved.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Apr 2016 17:13:41 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-04-24T17:13:41Z</dc:date>
    <item>
      <title>value of statistical life</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265866#M13996</link>
      <description>&lt;P&gt;Does anyone know how to calculate the Value of Statistical life in SAS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the variables in the data set im working with 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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code I have so far (to estimate a linear hedonic wage equation for wages and log wages) is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data final;&lt;BR /&gt;set 'final';&lt;BR /&gt;lwage= log(wage);&lt;BR /&gt;age2 = age*age;&lt;/P&gt;&lt;P&gt;run;&lt;BR /&gt;proc means data=final;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc reg data=final outest=est tableout;&lt;BR /&gt;model wage = male white age age2 fatrate;&lt;BR /&gt;model lwage= male white age age2 fatrate;&lt;BR /&gt;run;&lt;BR /&gt;proc print data=est;&lt;BR /&gt;title 'OUTEST data from PROC REG';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 23:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265866#M13996</guid>
      <dc:creator>graingerad12</dc:creator>
      <dc:date>2016-04-23T23:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: value of statistical life</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265918#M14009</link>
      <description>&lt;P&gt;Can you translate that to a programming problem? I'm not sure I understand the question, even having worked as an actuary &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your previous question is answered, please mark it as solved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 17:13:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265918#M14009</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-24T17:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: value of statistical life</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265919#M14010</link>
      <description>&lt;P&gt;Can you translate that to a programming problem? I'm not sure I understand the question, even having worked as an actuary &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your previous question is answered, please mark it as solved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 17:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265919#M14010</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-24T17:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: value of statistical life</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265934#M14015</link>
      <description>&lt;P&gt;Naming variables in a MODEL statement is not enough to specify the model. You must also specify which interactions are possible. For example, your model assumes that the effect of being white is the same for males and females (no &lt;EM&gt;male&lt;/EM&gt; and &lt;EM&gt;white&lt;/EM&gt; interaction) on paid wage.&lt;/P&gt;
&lt;P&gt;There is also cause to worry about the definition of variable &lt;EM&gt;fatrate&lt;/EM&gt;. Does it reflect objective fatality rate or the rate perceived by the worker?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 19:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/value-of-statistical-life/m-p/265934#M14015</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-04-24T19:37:22Z</dc:date>
    </item>
  </channel>
</rss>

