<?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 non-monotone missing data proc gee in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757165#M36856</link>
    <description>&lt;P&gt;I am trying to use the Proc GEE missmodel statement and keep getting an error about my data being non-monotone. But when I look at the pattern table SAS creates it looks monotone to me. (see log below)&lt;/P&gt;
&lt;P&gt;Distribution Poisson&lt;BR /&gt;Link Function Log&lt;BR /&gt;Dependent Variable hosp_outcome&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Missing Data Patterns&lt;/P&gt;
&lt;P&gt;----------------Occasion-----------------&lt;BR /&gt;Group 1 2 3 4 5 6 7 8 9 Freq Percent&lt;/P&gt;
&lt;P&gt;1 X X X X X X X X X 2805 74.74&lt;BR /&gt;2 X X X X X X X X . 153 4.08&lt;BR /&gt;3 X X X X X X X . . 125 3.33&lt;BR /&gt;4 X X X X X X . . . 123 3.28&lt;BR /&gt;5 X X X X X . . . . 119 3.17&lt;BR /&gt;6 X X X X . . . . . 128 3.41&lt;BR /&gt;7 X X X . . . . . . 116 3.09&lt;BR /&gt;8 X X . . . . . . . 106 2.82&lt;BR /&gt;9 X . . . . . . . . 78 2.08&lt;/P&gt;
&lt;P&gt;&amp;nbsp;These are the statements I used:&lt;/P&gt;
&lt;P&gt;/*Generate Point Estimates*/&lt;BR /&gt;ods output GEEEmpPEst/*parameterestimates*/=point_JointParms1;&lt;BR /&gt;proc gee data=combine2 desc plots=histogram;&lt;BR /&gt;class spid ctime;&lt;BR /&gt;missmodel asthma ;&lt;BR /&gt;model hosp_outcome=&lt;BR /&gt;newtime&amp;nbsp;&lt;BR /&gt;asthma&lt;BR /&gt;/dist=poi;&lt;BR /&gt;repeated subject=spid/within=ctime corr=ar(1);&lt;BR /&gt;output out=hosp_parms_whites xbeta=xbetaout predicted=predout;&lt;BR /&gt;title 'Hospitalization Robust SE Whites Poisson Weighted ';&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;Has anyone seen this before and how to fix?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 16:38:25 GMT</pubDate>
    <dc:creator>Sanscrit_2prov</dc:creator>
    <dc:date>2021-07-27T16:38:25Z</dc:date>
    <item>
      <title>non-monotone missing data proc gee</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757165#M36856</link>
      <description>&lt;P&gt;I am trying to use the Proc GEE missmodel statement and keep getting an error about my data being non-monotone. But when I look at the pattern table SAS creates it looks monotone to me. (see log below)&lt;/P&gt;
&lt;P&gt;Distribution Poisson&lt;BR /&gt;Link Function Log&lt;BR /&gt;Dependent Variable hosp_outcome&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Missing Data Patterns&lt;/P&gt;
&lt;P&gt;----------------Occasion-----------------&lt;BR /&gt;Group 1 2 3 4 5 6 7 8 9 Freq Percent&lt;/P&gt;
&lt;P&gt;1 X X X X X X X X X 2805 74.74&lt;BR /&gt;2 X X X X X X X X . 153 4.08&lt;BR /&gt;3 X X X X X X X . . 125 3.33&lt;BR /&gt;4 X X X X X X . . . 123 3.28&lt;BR /&gt;5 X X X X X . . . . 119 3.17&lt;BR /&gt;6 X X X X . . . . . 128 3.41&lt;BR /&gt;7 X X X . . . . . . 116 3.09&lt;BR /&gt;8 X X . . . . . . . 106 2.82&lt;BR /&gt;9 X . . . . . . . . 78 2.08&lt;/P&gt;
&lt;P&gt;&amp;nbsp;These are the statements I used:&lt;/P&gt;
&lt;P&gt;/*Generate Point Estimates*/&lt;BR /&gt;ods output GEEEmpPEst/*parameterestimates*/=point_JointParms1;&lt;BR /&gt;proc gee data=combine2 desc plots=histogram;&lt;BR /&gt;class spid ctime;&lt;BR /&gt;missmodel asthma ;&lt;BR /&gt;model hosp_outcome=&lt;BR /&gt;newtime&amp;nbsp;&lt;BR /&gt;asthma&lt;BR /&gt;/dist=poi;&lt;BR /&gt;repeated subject=spid/within=ctime corr=ar(1);&lt;BR /&gt;output out=hosp_parms_whites xbeta=xbetaout predicted=predout;&lt;BR /&gt;title 'Hospitalization Robust SE Whites Poisson Weighted ';&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;Has anyone seen this before and how to fix?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 16:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757165#M36856</guid>
      <dc:creator>Sanscrit_2prov</dc:creator>
      <dc:date>2021-07-27T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: non-monotone missing data proc gee</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757176#M36857</link>
      <description>&lt;P&gt;Please show the LOG with the code and all the messages for Proc GEE. Copy from the Log and paste into a text box opened on the forum with the &amp;lt;/&amp;gt;. The text box preserves formatting of the text which helps if any SAS diagnostic characters are included. The main message windows will reformat text and may lose meaning depending what is removed.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 16:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757176#M36857</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-27T16:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: non-monotone missing data proc gee</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757221#M36859</link>
      <description>&lt;P&gt;I am not sure at all if this is the issue, but the counts are non-monotonic by group 1 to 9, so it could be that for some group or occasion combination, there is something unusual.&amp;nbsp; In particular, I would examine Group 6, which has a count greater than Groups 3, 4 and 5.&amp;nbsp; The documentation says "&lt;SPAN style="font-family: inherit;"&gt;If the pattern of missing data is intermittent (not dropout), the GEE procedure terminates and does not perform an analysis."&amp;nbsp; I would suspect that there is at least one intermittent missing value for asthma in there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;SteveDenham.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 17:52:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757221#M36859</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-07-27T17:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: non-monotone missing data proc gee</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757255#M36861</link>
      <description>&lt;P&gt;It might be the case that PROC GEE is actually returning the incorrect ERROR message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is mentioned in the "&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_gee_details10.htm#statug.gee.geemissinggee" target="_self"&gt;Missing Data&lt;/A&gt;" section of the PROC GEE documentation, but the WGEE methods also require equal size clusters/subjects. That is, for each level of the SUBJECT= variable there must be the same total number of observations (observed + missing). It might be the case that you have a cluster with less than 9 total observations and that equal cluster condition is violated but PROC GEE is returning an incorrect and unhelpful error message. I would recommend contacting &lt;A href="https://support.sas.com/en/technical-support.html" target="_self"&gt;SAS Technical Support&lt;/A&gt;&amp;nbsp;about this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 18:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-monotone-missing-data-proc-gee/m-p/757255#M36861</guid>
      <dc:creator>MichaelL_SAS</dc:creator>
      <dc:date>2021-07-27T18:20:48Z</dc:date>
    </item>
  </channel>
</rss>

