<?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 calculate total estimated value for glm model in sas studio and enterprise miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319754#M4805</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;proc genmod data=libish.simulatedwithlog;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;class premiumclass age zone;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;model no=&amp;nbsp; zone freq&amp;nbsp;&amp;nbsp; /dist=negbin offset=logduration type3;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;output out=libish.dataset2 predicted=nbclaimestimate;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;the Output statement here creating a new variable called nbclaimestimate , Is this estimated No. of claims calculated by model? I want to calculate total number of estimated claims , can i use these estimated values to show my result&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, nbclaimEstimate is the predicted value of the number of claims.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use these estimated values, as long as you're confident in your model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're unsure of your analysis method, your best bet is to review the statistical methodologies behind the model. Why did you pick Genmod in the first place? &amp;nbsp;How did you decide on the dis/offset?&lt;/P&gt;
&lt;P&gt;That will help you interpret your results and understand why the model is the way it is in terms of components.&lt;/P&gt;</description>
    <pubDate>Sat, 17 Dec 2016 22:46:00 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-12-17T22:46:00Z</dc:date>
    <item>
      <title>how to calculate total estimated value for glm model in sas studio and enterprise miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319751#M4804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using Genmode procedure with Negative binomial model to model total claims for a motor insurance data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;proc genmod data=libish.simulatedwithlog;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;class premiumclass age zone;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;model no=&amp;nbsp; zone freq&amp;nbsp;&amp;nbsp; /dist=negbin offset=logduration type3;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;output out=libish.dataset2 predicted=nbclaimestimate;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the Output statement here creating a new variable called nbclaimestimate , Is this estimated No. of claims calculated by model? I want to calculate total number of estimated claims , can i use these estimated values to show my result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or i need &amp;nbsp;to calculate this manually by using intercept and covariates exponential like:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;exp(Intercept) * exp(Zone) * exp(freq).........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i have one more doubt: i have some example using&amp;nbsp;exp(Intercept) * exp(Zone) +exp(freq)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what criteria decides additive effects or multiplicative effect? sorry i am a learner and &amp;nbsp;new in this field , please help &amp;nbsp;a bit to understand this.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 22:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319751#M4804</guid>
      <dc:creator>ishakamboj1230</dc:creator>
      <dc:date>2016-12-17T22:23:25Z</dc:date>
    </item>
    <item>
      <title>How to calculate Avg estimated value in GLM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319739#M4806</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Genmode procedure with Negative binomial model to model total claims for a motor insurance data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;proc genmod data=libish.simulatedwithlog;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;class premiumclass age zone;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;model no=&amp;nbsp; zone freq&amp;nbsp;&amp;nbsp; /dist=negbin offset=logduration type3;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;output out=libish.dataset2 predicted=nbclaimestimate;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the Output statement here creating a new variable called nbclaimestimate , Is this estimated No. of claims calculated by model? I want to calculate total number of estimated claims , can i use these estimated values to show my result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or i need &amp;nbsp;to calculate this manually by using intercept and covariates exponential like:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;exp(Intercept) * exp(Zone) * exp(freq).........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i have one more doubt: i have some example using&amp;nbsp;exp(Intercept) * exp(Zone) +exp(freq)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what criteria decides additive effects or multiplicative effect? sorry i am a learner and &amp;nbsp;new in this field , please help &amp;nbsp;a bit to understand this.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 17:42:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319739#M4806</guid>
      <dc:creator>ishakamboj1230</dc:creator>
      <dc:date>2016-12-17T17:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Avg estimated value in GLM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319743#M4807</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Youve posted your question in the SAS Visual Analytics community. You will probably get a response your if you move the question (or recreate it) in the SAS Statistical Procedures community&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/bd-p/statistical_procedures" target="_blank"&gt;https://communities.sas.com/t5/SAS-Statistical-Procedures/bd-p/statistical_procedures&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 19:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319743#M4807</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2016-12-17T19:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate total estimated value for glm model in sas studio and enterprise miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319754#M4805</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;proc genmod data=libish.simulatedwithlog;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;class premiumclass age zone;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;model no=&amp;nbsp; zone freq&amp;nbsp;&amp;nbsp; /dist=negbin offset=logduration type3;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;output out=libish.dataset2 predicted=nbclaimestimate;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;the Output statement here creating a new variable called nbclaimestimate , Is this estimated No. of claims calculated by model? I want to calculate total number of estimated claims , can i use these estimated values to show my result&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, nbclaimEstimate is the predicted value of the number of claims.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use these estimated values, as long as you're confident in your model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're unsure of your analysis method, your best bet is to review the statistical methodologies behind the model. Why did you pick Genmod in the first place? &amp;nbsp;How did you decide on the dis/offset?&lt;/P&gt;
&lt;P&gt;That will help you interpret your results and understand why the model is the way it is in terms of components.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 22:46:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319754#M4805</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-17T22:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate total estimated value for glm model in sas studio and enterprise miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319764#M4808</link>
      <description>&lt;PRE&gt;
This could give you a better explain .

http://support.sas.com/kb/24/188.html 

&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Dec 2016 02:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/319764#M4808</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-12-18T02:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate total estimated value for glm model in sas studio and enterprise miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/322123#M4847</link>
      <description>&lt;P&gt;Thanks Reeza&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 13:53:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/how-to-calculate-total-estimated-value-for-glm-model-in-sas/m-p/322123#M4847</guid>
      <dc:creator>ishakamboj1230</dc:creator>
      <dc:date>2017-01-03T13:53:23Z</dc:date>
    </item>
  </channel>
</rss>

