<?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 do I avoid &amp;quot;WARNING: Class levels for &amp;lt;var&amp;gt; are not printed because of excessive in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-avoid-quot-WARNING-Class-levels-for-lt-var-gt-are-not/m-p/627230#M30157</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;a) Why am I getting this warning?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that's pretty clear, you have too many levels of USUBJID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;b) Is this 'warning' unavoidable?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably, in this case with hundreds of subjects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;c) Does it affect the statistical analysis?&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, I don't think so. The WARNING message would have told you the model fit is suspect, or words like that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;d) What would you recommend I do to avoid this warning being shown?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know, if you really have to model hundreds of subjects, you're probably going to get this message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2020 16:25:29 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-02-25T16:25:29Z</dc:date>
    <item>
      <title>How do I avoid "WARNING: Class levels for &lt;var&gt; are not printed because of excessive size."? SAS 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-avoid-quot-WARNING-Class-levels-for-lt-var-gt-are-not/m-p/627227#M30156</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am currently running the model below&amp;nbsp; It runs fine and I obtain the output data sets I want.&amp;nbsp; However, it shows "WARNING: Class levels for USUBJID are not printed because of excessive size".&amp;nbsp; There are a few hundred of subjects in this data set, and there are several records per subjects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a) Why am I getting this warning?&lt;/P&gt;
&lt;P&gt;b) Is this 'warning' unavoidable?&lt;/P&gt;
&lt;P&gt;c) Does it affect the statistical analysis?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;d) What would you recommend I do to avoid this warning being shown?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Claudia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;ods listing close;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;proc glimmix data=one order=data;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;nloptions tech=nrridg;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;class&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trt01pn day period usubjid;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;model avalc(event='Y')=trt01pn day trt01pn*day period base/link=logit dist=binary s ddfm=kr;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;random intercept day period/type=vc subject=usubjid;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;lsmeans trt01pn*day trt01pn/ilink diff obsmargins cl oddsratio;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; ods output&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ConvergenceStatus=status&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LSmeans=lsmeans&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Diffs=diffs&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tests3=Tests3;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;run;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;quit;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ods listing;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Feb 2020 16:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-avoid-quot-WARNING-Class-levels-for-lt-var-gt-are-not/m-p/627227#M30156</guid>
      <dc:creator>claudiajc</dc:creator>
      <dc:date>2020-02-25T16:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I avoid "WARNING: Class levels for &lt;var&gt; are not printed because of excessive</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-avoid-quot-WARNING-Class-levels-for-lt-var-gt-are-not/m-p/627230#M30157</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;a) Why am I getting this warning?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that's pretty clear, you have too many levels of USUBJID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;b) Is this 'warning' unavoidable?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably, in this case with hundreds of subjects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;c) Does it affect the statistical analysis?&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, I don't think so. The WARNING message would have told you the model fit is suspect, or words like that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;d) What would you recommend I do to avoid this warning being shown?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know, if you really have to model hundreds of subjects, you're probably going to get this message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 16:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-avoid-quot-WARNING-Class-levels-for-lt-var-gt-are-not/m-p/627230#M30157</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-25T16:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I avoid "WARNING: Class levels for &lt;var&gt; are not printed because of excessive</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-avoid-quot-WARNING-Class-levels-for-lt-var-gt-are-not/m-p/627240#M30158</link>
      <description>Thanks, Paige!&lt;BR /&gt;Best wishes,&lt;BR /&gt;Claudia</description>
      <pubDate>Tue, 25 Feb 2020 16:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-avoid-quot-WARNING-Class-levels-for-lt-var-gt-are-not/m-p/627240#M30158</guid>
      <dc:creator>claudiajc</dc:creator>
      <dc:date>2020-02-25T16:44:58Z</dc:date>
    </item>
  </channel>
</rss>

