<?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: Proc Genmod output parameters in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22030#M4754</link>
    <description>Try using this ODS statement before your GENMOD step. It should create a temporary dataset named PARAMS.&lt;BR /&gt;
&lt;BR /&gt;
ods output ParameterEstimates=params;&lt;BR /&gt;
proc genmod;&lt;BR /&gt;
... model, class, other statements ...&lt;BR /&gt;
run;&lt;BR /&gt;
ods output close;</description>
    <pubDate>Fri, 30 May 2008 13:44:23 GMT</pubDate>
    <dc:creator>Robert</dc:creator>
    <dc:date>2008-05-30T13:44:23Z</dc:date>
    <item>
      <title>Proc Genmod output parameters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22029#M4753</link>
      <description>I need to fit a gamma glm using PROC GENMOD and then output the parameters such that I can forecast within a microsimulation model. Tech support tells me that PROC GENMOD is the only procedure which allows you to use the gamma family of models. However, given that the gamma family requires a class statement, I can't output the parameters or use PROC SCORE. Is there any way to work around this such that I can output parameters?</description>
      <pubDate>Fri, 30 May 2008 00:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22029#M4753</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-30T00:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod output parameters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22030#M4754</link>
      <description>Try using this ODS statement before your GENMOD step. It should create a temporary dataset named PARAMS.&lt;BR /&gt;
&lt;BR /&gt;
ods output ParameterEstimates=params;&lt;BR /&gt;
proc genmod;&lt;BR /&gt;
... model, class, other statements ...&lt;BR /&gt;
run;&lt;BR /&gt;
ods output close;</description>
      <pubDate>Fri, 30 May 2008 13:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22030#M4754</guid>
      <dc:creator>Robert</dc:creator>
      <dc:date>2008-05-30T13:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod output parameters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22031#M4755</link>
      <description>Thanks very much Robert! &lt;BR /&gt;
&lt;BR /&gt;
Is there any easy way to use these parameters to project the response for a new data set, without having to manually pass the parameters and some random responses through the link function?</description>
      <pubDate>Sun, 01 Jun 2008 23:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22031#M4755</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-01T23:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod output parameters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22032#M4756</link>
      <description>I got around this issue by creating a dataset with the explanatory vars you need for the projection. For example say you have data for years 1 to 5 and you want to project to years 6 to 10. Then I'd construct the dataset so that it had&lt;BR /&gt;
&lt;BR /&gt;
data A&lt;BR /&gt;
year outcome&lt;BR /&gt;
1        value&lt;BR /&gt;
2        value&lt;BR /&gt;
3        value&lt;BR /&gt;
4        value&lt;BR /&gt;
5        value&lt;BR /&gt;
6        .&lt;BR /&gt;
7        .&lt;BR /&gt;
8        .&lt;BR /&gt;
9        .&lt;BR /&gt;
10      .&lt;BR /&gt;
&lt;BR /&gt;
then you run your proc genmod and output the results into new dataset.&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps you out.&lt;BR /&gt;
&lt;BR /&gt;
BTW I posted a query today relating to how to get the prediction interval. Have you had any experience with that?</description>
      <pubDate>Fri, 20 Jun 2008 09:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Genmod-output-parameters/m-p/22032#M4756</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-20T09:32:52Z</dc:date>
    </item>
  </channel>
</rss>

