<?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 store effects from missmodel of proc gee? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-store-effects-from-missmodel-of-proc-gee/m-p/786379#M38555</link>
    <description>&lt;P&gt;The table name for the missingness model parameter estimates is MissModelPEst, they are not included in the response model parameter estimates table (the GEEEmpPEst table).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note you can always use the&amp;nbsp;&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p1fpt3uuow90o3n155hs7bp1mo7f.htm" target="_self"&gt;ODS TRACE&lt;/A&gt;&amp;nbsp;statement to request a record of each output object that's produced. That information will be written to the SAS log and it will include the table name. Also at the end of the details section for SAS/STAT procedures there will be a section on ODS Table Names that will summarize the table names and the statement/option that requests the table. Here is &lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_gee_details16.htm" target="_self"&gt;that section for PROC GEE&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Dec 2021 20:52:21 GMT</pubDate>
    <dc:creator>MichaelL_SAS</dc:creator>
    <dc:date>2021-12-16T20:52:21Z</dc:date>
    <item>
      <title>How to store effects from missmodel of proc gee?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-store-effects-from-missmodel-of-proc-gee/m-p/786135#M38554</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;How can I store effects from the "missmodel" of the proc gee to be able to use them in proc mianalyze?&lt;/P&gt;&lt;P&gt;Briefly, I have imputed M=10 (works fine) then I have run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gee data=d;&lt;BR /&gt;by _imputation_;&lt;BR /&gt;class output t_class id;&lt;BR /&gt;model output = t v1 v2 v3 / dist=bin;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* These effects seem to be stored */&lt;BR /&gt;repeated subject=id / within=t_class corr=un ecovb;&lt;BR /&gt;missmodel t v1 v2 v3 prev / type=obslevel;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* These effects I would like to store, too */&lt;BR /&gt;ods output GEEEmpPEst=gmparms_mi_1 parminfo=gmpinfo_mi_1&lt;BR /&gt;modelinfo=modelinfo_mi_1 GEERCov=gmcovb_mi_1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when I run proc mianalyze I get an error "The effect prev is not in the PARMINFO= data set."&lt;/P&gt;&lt;P&gt;Could you kindly help?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Piotr Lewczuk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 10:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-store-effects-from-missmodel-of-proc-gee/m-p/786135#M38554</guid>
      <dc:creator>PiotrLewczuk</dc:creator>
      <dc:date>2021-12-15T10:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to store effects from missmodel of proc gee?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-store-effects-from-missmodel-of-proc-gee/m-p/786379#M38555</link>
      <description>&lt;P&gt;The table name for the missingness model parameter estimates is MissModelPEst, they are not included in the response model parameter estimates table (the GEEEmpPEst table).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note you can always use the&amp;nbsp;&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p1fpt3uuow90o3n155hs7bp1mo7f.htm" target="_self"&gt;ODS TRACE&lt;/A&gt;&amp;nbsp;statement to request a record of each output object that's produced. That information will be written to the SAS log and it will include the table name. Also at the end of the details section for SAS/STAT procedures there will be a section on ODS Table Names that will summarize the table names and the statement/option that requests the table. Here is &lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_gee_details16.htm" target="_self"&gt;that section for PROC GEE&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 20:52:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-store-effects-from-missmodel-of-proc-gee/m-p/786379#M38555</guid>
      <dc:creator>MichaelL_SAS</dc:creator>
      <dc:date>2021-12-16T20:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to store effects from missmodel of proc gee?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-store-effects-from-missmodel-of-proc-gee/m-p/786416#M38556</link>
      <description>&lt;P&gt;Thank you very much! This is very helpful.&lt;/P&gt;&lt;P&gt;Piotr&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 07:03:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-store-effects-from-missmodel-of-proc-gee/m-p/786416#M38556</guid>
      <dc:creator>PiotrLewczuk</dc:creator>
      <dc:date>2021-12-17T07:03:55Z</dc:date>
    </item>
  </channel>
</rss>

