<?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 Proc MI...is not a valid classification level in the ADJUSTOBS= option i in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-is-not-a-valid-classification-level-in-the-ADJUSTOBS/m-p/829402#M41079</link>
    <description>&lt;P&gt;Odd issue with PROC MI&lt;/P&gt;&lt;P&gt;roc mi data=f2a seed=20220807 nimpute=2 out=f3;&lt;BR /&gt;by imp1;&lt;BR /&gt;class trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1 trtd;&lt;BR /&gt;var trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1 M0 M6 M12 M18 M24 M30 M36;&lt;BR /&gt;monotone reg(M6 = M0 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m6 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M12 = M0 M6 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m12 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M18 = M0 M6 M12 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m18 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M24 = M0 M6 M12 M18 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m24 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M30 = M0 M6 M12 M18 m24 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m30 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M36 = M0 M6 M12 M18 m24 m30 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m36 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;SAS gives me a warning&amp;nbsp;WARNING: TRTD=1 is not a valid classification level in the ADJUSTOBS= option in the MNAR statement. But this only occurs when I include M36 Monotone / MNAR rows. If they are removed no warnings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About 23% of M36 is missing and 2% of M36 has TRTD='1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the issue with the M36 call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 17:57:06 GMT</pubDate>
    <dc:creator>wschuck</dc:creator>
    <dc:date>2022-08-19T17:57:06Z</dc:date>
    <item>
      <title>Proc MI...is not a valid classification level in the ADJUSTOBS= option i</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-is-not-a-valid-classification-level-in-the-ADJUSTOBS/m-p/829402#M41079</link>
      <description>&lt;P&gt;Odd issue with PROC MI&lt;/P&gt;&lt;P&gt;roc mi data=f2a seed=20220807 nimpute=2 out=f3;&lt;BR /&gt;by imp1;&lt;BR /&gt;class trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1 trtd;&lt;BR /&gt;var trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1 M0 M6 M12 M18 M24 M30 M36;&lt;BR /&gt;monotone reg(M6 = M0 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m6 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M12 = M0 M6 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m12 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M18 = M0 M6 M12 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m18 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M24 = M0 M6 M12 M18 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m24 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M30 = M0 M6 M12 M18 m24 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m30 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;monotone reg(M36 = M0 M6 M12 M18 m24 m30 trt01p oelat racegr1 region1 agegr2 serdsps1 irclgr1);&lt;BR /&gt;mnar adjust( m36 / shift=.01 adjustobs=(trtd='1') );&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;SAS gives me a warning&amp;nbsp;WARNING: TRTD=1 is not a valid classification level in the ADJUSTOBS= option in the MNAR statement. But this only occurs when I include M36 Monotone / MNAR rows. If they are removed no warnings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About 23% of M36 is missing and 2% of M36 has TRTD='1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the issue with the M36 call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 17:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-is-not-a-valid-classification-level-in-the-ADJUSTOBS/m-p/829402#M41079</guid>
      <dc:creator>wschuck</dc:creator>
      <dc:date>2022-08-19T17:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MI...is not a valid classification level in the ADJUSTOBS= option i</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-is-not-a-valid-classification-level-in-the-ADJUSTOBS/m-p/829483#M41091</link>
      <description>&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/155173"&gt;@SAS_Rob&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/431873"&gt;@wschuck&lt;/a&gt;&amp;nbsp;: you can always call or mail SAS Tech Support directly with questions like this one.&lt;/P&gt;
&lt;P&gt;A ticket will be opened and you get elaborate feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2022 10:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-is-not-a-valid-classification-level-in-the-ADJUSTOBS/m-p/829483#M41091</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-08-20T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MI...is not a valid classification level in the ADJUSTOBS= option i</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-is-not-a-valid-classification-level-in-the-ADJUSTOBS/m-p/830295#M41121</link>
      <description>&lt;P&gt;It sounds like you are encountering this issue.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/69/498.html" target="_blank"&gt;69498 - The MI procedure incorrectly issues "WARNING: VARIABLE= is not a valid classification level in the ADJUSTOBS= option in the MNAR statement" (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 13:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-is-not-a-valid-classification-level-in-the-ADJUSTOBS/m-p/830295#M41121</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2022-08-25T13:41:08Z</dc:date>
    </item>
  </channel>
</rss>

