<?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: Output dataset with parameter estimates from proc genmod in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623610#M77337</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/267481"&gt;@Dinurik&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;WARNING: Output 'ParameterEstimates' was not created.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The PROC GENMOD&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_genmod_details143.htm&amp;amp;locale=en" target="_self"&gt;documentation&lt;/A&gt; discusses this explicitly. You need the PRINTMLE option&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="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35978iDE58640D95B2E2A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 16:28:09 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-02-10T16:28:09Z</dc:date>
    <item>
      <title>Output dataset with parameter estimates from proc genmod</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623211#M77324</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to output a dataset from proc genmod that would contain parameter estimates and their associated standard errors. I need to further use them to get pooled estimates from 5 imputed datasets. Here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; proc genmod data=mydata;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; weight stweight;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class id var1 var2 var3 var4;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; model y =&amp;nbsp;var1 var2 var3 var4 / dist=N link=id type3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; repeated subject=id / type=ind;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ods output parameterestimates=parms parminfo=info; &amp;nbsp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run it, SAS almost crashes and then tells me that the output dataset has not been created. Could anyone please tell me what I am doing wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 22:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623211#M77324</guid>
      <dc:creator>Dinurik</dc:creator>
      <dc:date>2020-02-07T22:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Output dataset with parameter estimates from proc genmod</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623217#M77325</link>
      <description>&lt;P&gt;Please show the messages from the SAS log.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 23:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623217#M77325</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-02-07T23:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Output dataset with parameter estimates from proc genmod</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623606#M77336</link>
      <description>&lt;P&gt;WARNING: Output 'ParameterEstimates' was not created. Make sure that the output object name,&lt;BR /&gt;label, or path is spelled correctly. Also, verify that the appropriate procedure&lt;BR /&gt;options are used to produce the requested output object. For example, verify that&lt;BR /&gt;the NOPRINT option is not used.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 16:21:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623606#M77336</guid>
      <dc:creator>Dinurik</dc:creator>
      <dc:date>2020-02-10T16:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Output dataset with parameter estimates from proc genmod</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623610#M77337</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/267481"&gt;@Dinurik&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;WARNING: Output 'ParameterEstimates' was not created.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The PROC GENMOD&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_genmod_details143.htm&amp;amp;locale=en" target="_self"&gt;documentation&lt;/A&gt; discusses this explicitly. You need the PRINTMLE option&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="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35978iDE58640D95B2E2A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 16:28:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623610#M77337</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-10T16:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Output dataset with parameter estimates from proc genmod</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623615#M77339</link>
      <description>&lt;P&gt;Thanks. The SAS explanation lacks a bit of detail. Wasn't clear whether PRINMLE belongs to the model statement or repeated statement. It should be in the repeated statement in my case. This code worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=mydata;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; class id var1 var2 var2 var4;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; model y = var1 var2 var3 var4&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; repeated subject=id / type=ind printmle ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ods output ParameterEstimates=gmparms;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 16:41:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-dataset-with-parameter-estimates-from-proc-genmod/m-p/623615#M77339</guid>
      <dc:creator>Dinurik</dc:creator>
      <dc:date>2020-02-10T16:41:20Z</dc:date>
    </item>
  </channel>
</rss>

