<?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: ODS graphics with more than 5000 points have been suppressed in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ODS-graphics-with-more-than-5000-points-have-been-suppressed/m-p/138673#M37199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;I tried that before but somehow with your code it's working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2014 21:33:23 GMT</pubDate>
    <dc:creator>BchBnz</dc:creator>
    <dc:date>2014-10-24T21:33:23Z</dc:date>
    <item>
      <title>ODS graphics with more than 5000 points have been suppressed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-graphics-with-more-than-5000-points-have-been-suppressed/m-p/138671#M37197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I hope you are all well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I am trying to run a difference-in-difference regression analysis (&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;if you have experience with &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;diff-in-diff&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; in SAS, please share any useful tips.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;So,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; I ran first this model to compare between the means of each categorical group:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glm data = daily0809;&lt;/P&gt;&lt;P&gt;class group tm;&lt;/P&gt;&lt;P&gt;model dbas = group tm group*tm/ss3;&lt;/P&gt;&lt;P&gt;lsmeans group*tm;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;However, I got the following Warning.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: ODS graphics with more than 5000 points have been suppressed. Use the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLOTS(MAXPOINTS= ) option in the PROC GLM statement to change or override the cutoff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I tried to use the plot(maxpoints=) option but I think I am not doing it properly. My data comprises 116569 observations and 8 variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 13:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-graphics-with-more-than-5000-points-have-been-suppressed/m-p/138671#M37197</guid>
      <dc:creator>BchBnz</dc:creator>
      <dc:date>2014-10-23T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics with more than 5000 points have been suppressed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-graphics-with-more-than-5000-points-have-been-suppressed/m-p/138672#M37198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glm data = daily0809&amp;nbsp; PLOTS(MAXPOINTS=NONE) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:43:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-graphics-with-more-than-5000-points-have-been-suppressed/m-p/138672#M37198</guid>
      <dc:creator>slchen</dc:creator>
      <dc:date>2014-10-23T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics with more than 5000 points have been suppressed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-graphics-with-more-than-5000-points-have-been-suppressed/m-p/138673#M37199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;I tried that before but somehow with your code it's working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 21:33:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-graphics-with-more-than-5000-points-have-been-suppressed/m-p/138673#M37199</guid>
      <dc:creator>BchBnz</dc:creator>
      <dc:date>2014-10-24T21:33:23Z</dc:date>
    </item>
  </channel>
</rss>

