<?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 out intercepts in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888428#M351010</link>
    <description>ODS Output Parameterestimates puts out everything but the intercepts by group.</description>
    <pubDate>Tue, 08 Aug 2023 17:03:36 GMT</pubDate>
    <dc:creator>vgriggs</dc:creator>
    <dc:date>2023-08-08T17:03:36Z</dc:date>
    <item>
      <title>Output out intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888418#M351007</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I am using proc glimmix to do mixed level modeling with random intercepts per ID.&lt;BR /&gt;&lt;BR /&gt;What I need to export out of the model are the Intercept estimates and p-values by group ID. Currently we are copying them from the model output and pasting them, then we import them back in for use. I am wondering if there is a way to have it output a dataset with this info from the model.</description>
      <pubDate>Tue, 08 Aug 2023 15:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888418#M351007</guid>
      <dc:creator>vgriggs</dc:creator>
      <dc:date>2023-08-08T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Output out intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888420#M351008</link>
      <description>&lt;P&gt;Add the following to your GLIMMIX code - make sure the model statement has the S option specified as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output parameterestimates = pe;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then check it using:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=pe;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can then add a where clause to filter to only the intercepts as needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table Name/Option Reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_glimmix_details80.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_glimmix_details80.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/412074"&gt;@vgriggs&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I am using proc glimmix to do mixed level modeling with random intercepts per ID.&lt;BR /&gt;&lt;BR /&gt;What I need to export out of the model are the Intercept estimates and p-values by group ID. Currently we are copying them from the model output and pasting them, then we import them back in for use. I am wondering if there is a way to have it output a dataset with this info from the model.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 15:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888420#M351008</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-08-08T15:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Output out intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888428#M351010</link>
      <description>ODS Output Parameterestimates puts out everything but the intercepts by group.</description>
      <pubDate>Tue, 08 Aug 2023 17:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888428#M351010</guid>
      <dc:creator>vgriggs</dc:creator>
      <dc:date>2023-08-08T17:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Output out intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888433#M351011</link>
      <description>Thanks to the advice of another: change out Parameterestimates for SolutionR</description>
      <pubDate>Tue, 08 Aug 2023 17:43:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Output-out-intercepts/m-p/888433#M351011</guid>
      <dc:creator>vgriggs</dc:creator>
      <dc:date>2023-08-08T17:43:03Z</dc:date>
    </item>
  </channel>
</rss>

