<?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 use proc genmod to predict value in another dataset ? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-genmod-to-predict-value-in-another-dataset/m-p/821805#M40660</link>
    <description>&lt;A href="http://support.sas.com/kb/24/188.html" target="_blank"&gt;http://support.sas.com/kb/24/188.html&lt;/A&gt;</description>
    <pubDate>Wed, 06 Jul 2022 12:02:19 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-07-06T12:02:19Z</dc:date>
    <item>
      <title>How to use proc genmod to predict value in another dataset ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-genmod-to-predict-value-in-another-dataset/m-p/821771#M40657</link>
      <description>&lt;P&gt;Hi everyone, I am very new in sas and trying to predict value in SAS. I use a dataset from 2010-2019 as a baseline. I am wondering how I could predict the expect value in 2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is my code below (use dataset from 2010-2019 to train):&lt;/P&gt;&lt;PRE&gt;Proc genmod data=all_data.data1;
class season ;
model death=season  old_a/ dist = poisson 
                      link = log
                      offset= ln
		      pscale
type1
type3;
ods output ParameterEstimates=PE;
run;&lt;/PRE&gt;&lt;P&gt;All I have is observe death. I want to obtain expect death in 2020.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 03:57:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-genmod-to-predict-value-in-another-dataset/m-p/821771#M40657</guid>
      <dc:creator>Dennis777</dc:creator>
      <dc:date>2022-07-06T03:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proc genmod to predict value in another dataset ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-genmod-to-predict-value-in-another-dataset/m-p/821795#M40659</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2014/02/19/scoring-a-regression-model-in-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2014/02/19/scoring-a-regression-model-in-sas.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 10:03:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-genmod-to-predict-value-in-another-dataset/m-p/821795#M40659</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-06T10:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proc genmod to predict value in another dataset ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-genmod-to-predict-value-in-another-dataset/m-p/821805#M40660</link>
      <description>&lt;A href="http://support.sas.com/kb/24/188.html" target="_blank"&gt;http://support.sas.com/kb/24/188.html&lt;/A&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-proc-genmod-to-predict-value-in-another-dataset/m-p/821805#M40660</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-07-06T12:02:19Z</dc:date>
    </item>
  </channel>
</rss>

