<?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 How much does the risk increase if age increases by 10 years? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-much-does-the-risk-increase-if-age-increases-by-10-years/m-p/487256#M126942</link>
    <description>I'm completly new to SAS .kindly bear with me ! so here is my question..how can i predict a value of a particular variable based on another variable value. for instace : i have a dataset with variables risk, age and it has values as follows:&lt;BR /&gt;Risk Age&lt;BR /&gt;12 57&lt;BR /&gt;24 67&lt;BR /&gt;13 58&lt;BR /&gt;56 86&lt;BR /&gt;28 59&lt;BR /&gt;so on..&lt;BR /&gt;&lt;BR /&gt;So now i need to predict the value of the risk if age increases by 10 years or i can say 'By how much does the risk increase if age increases by ten years?'&lt;BR /&gt;&lt;BR /&gt;any help is highly appreciated.Thank you !!</description>
    <pubDate>Thu, 16 Aug 2018 04:43:58 GMT</pubDate>
    <dc:creator>Gowthami99</dc:creator>
    <dc:date>2018-08-16T04:43:58Z</dc:date>
    <item>
      <title>How much does the risk increase if age increases by 10 years?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-much-does-the-risk-increase-if-age-increases-by-10-years/m-p/487256#M126942</link>
      <description>I'm completly new to SAS .kindly bear with me ! so here is my question..how can i predict a value of a particular variable based on another variable value. for instace : i have a dataset with variables risk, age and it has values as follows:&lt;BR /&gt;Risk Age&lt;BR /&gt;12 57&lt;BR /&gt;24 67&lt;BR /&gt;13 58&lt;BR /&gt;56 86&lt;BR /&gt;28 59&lt;BR /&gt;so on..&lt;BR /&gt;&lt;BR /&gt;So now i need to predict the value of the risk if age increases by 10 years or i can say 'By how much does the risk increase if age increases by ten years?'&lt;BR /&gt;&lt;BR /&gt;any help is highly appreciated.Thank you !!</description>
      <pubDate>Thu, 16 Aug 2018 04:43:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-much-does-the-risk-increase-if-age-increases-by-10-years/m-p/487256#M126942</guid>
      <dc:creator>Gowthami99</dc:creator>
      <dc:date>2018-08-16T04:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: How much does the risk increase if age increases by 10 years?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-much-does-the-risk-increase-if-age-increases-by-10-years/m-p/487277#M126950</link>
      <description>&lt;P&gt;You can achieve this by simple linear regression from proc reg as below where y = risk and x=age&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg;&lt;/P&gt;
&lt;P&gt;model y = x;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg;&lt;/P&gt;
&lt;P&gt;model risk=age;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then use formula y = mx + c;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;c= intercept&lt;/P&gt;
&lt;P&gt;m=slope&lt;/P&gt;
&lt;P&gt;y = mean of risk&lt;/P&gt;
&lt;P&gt;x= mean of age&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="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22473i9489D5CAB09EA472/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 06:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-much-does-the-risk-increase-if-age-increases-by-10-years/m-p/487277#M126950</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2018-08-16T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: How much does the risk increase if age increases by 10 years?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-much-does-the-risk-increase-if-age-increases-by-10-years/m-p/487302#M126958</link>
      <description>&lt;P&gt;Are you two going to the same school?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/How-to-write-a-code/m-p/486586" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/How-to-write-a-code/m-p/486586&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 07:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-much-does-the-risk-increase-if-age-increases-by-10-years/m-p/487302#M126958</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-16T07:44:47Z</dc:date>
    </item>
  </channel>
</rss>

