<?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 create diagnostic plots in PROC MIXED with maxpoints=none? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-diagnostic-plots-in-PROC-MIXED-with-maxpoints-none/m-p/619560#M29842</link>
    <description>I knew it was something simple. Thank you!!!</description>
    <pubDate>Thu, 23 Jan 2020 15:35:36 GMT</pubDate>
    <dc:creator>vitaaquaticus</dc:creator>
    <dc:date>2020-01-23T15:35:36Z</dc:date>
    <item>
      <title>How to create diagnostic plots in PROC MIXED with maxpoints=none?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-diagnostic-plots-in-PROC-MIXED-with-maxpoints-none/m-p/619350#M29837</link>
      <description>&lt;P class="p1"&gt;The number of points in my PROC MIXED model exceeds 5,000 so I had to include "maxpoints=none" in the plots code and the code suppresses the diagnostic plots. I would like to see the plots. How do I enable the plots? Thank you! p.s. I am using SAS Enterprise Guide.&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;

PROC MIXED DATA = WORK.Data_Final_noAugust_SS plots(MAXPOINTS=none);

CLASS Year Month Cape Site Transect Quadrat;

MODEL 'Density'n = Year Month(Year) Year|Cape/SOLUTION ddfm = KR CL ALPHA=0.05 INTERCEPT;

&amp;nbsp;&amp;nbsp; RANDOM Quadrat(Transect) Transect(Site) Site(Cape) /CL ALPHA=0.05 TYPE=VC;

&amp;nbsp; &amp;nbsp; LSMEANS Year|Cape / PDIFF CL ALPHA=0.05;

RUN;

ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 22:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-diagnostic-plots-in-PROC-MIXED-with-maxpoints-none/m-p/619350#M29837</guid>
      <dc:creator>vitaaquaticus</dc:creator>
      <dc:date>2020-01-22T22:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create diagnostic plots in PROC MIXED with maxpoints=none?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-diagnostic-plots-in-PROC-MIXED-with-maxpoints-none/m-p/619509#M29838</link>
      <description>&lt;P&gt;Specify &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_mixed_syntax01.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#statug.mixed.procstmt_plots" target="_self"&gt;the names of the plots &lt;/A&gt;on the PLOTS= option. If you want to see all the possible plots (this might be a lot!) you can use PLOTS=ALL, like this:&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;proc mixed  ...  plots&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;MAXPOINTS&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;none&lt;SPAN class="token punctuation"&gt;)=ALL&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 14:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-diagnostic-plots-in-PROC-MIXED-with-maxpoints-none/m-p/619509#M29838</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-23T14:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create diagnostic plots in PROC MIXED with maxpoints=none?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-diagnostic-plots-in-PROC-MIXED-with-maxpoints-none/m-p/619560#M29842</link>
      <description>I knew it was something simple. Thank you!!!</description>
      <pubDate>Thu, 23 Jan 2020 15:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-create-diagnostic-plots-in-PROC-MIXED-with-maxpoints-none/m-p/619560#M29842</guid>
      <dc:creator>vitaaquaticus</dc:creator>
      <dc:date>2020-01-23T15:35:36Z</dc:date>
    </item>
  </channel>
</rss>

