<?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: proc gplot means in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-means/m-p/486897#M287239</link>
    <description>&lt;P&gt;Unfortunately you probably need to pre-calculate it and plot it as a separate series.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add a SERIES statement to the proc to graph the line.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 04:16:49 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-08-15T04:16:49Z</dc:date>
    <item>
      <title>proc sgplot means</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-means/m-p/486895#M287238</link>
      <description>&lt;P&gt;Is there a way you can plot the mean of y at each x on a scatterplot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot DATA =&amp;nbsp;new (where = (include=1));&lt;BR /&gt;scatter x= week y= totalscore;&lt;BR /&gt;&lt;BR /&gt;xaxis label = 'Week' VALUES = (1 TO 16 by 4);&lt;BR /&gt;yaxis label = 'Total Score' VALUES = (-32 TO 20 BY 4);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above syntax gives me everyone's score at each week, which is perfect but I essentially would like the graph to also display the mean of&amp;nbsp;total score at each week and connect the points as a line (my data shows that as the weeks go by the mean of total score goes lower)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-means/m-p/486895#M287238</guid>
      <dc:creator>starz4ever2007</dc:creator>
      <dc:date>2018-08-15T07:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: proc gplot means</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-means/m-p/486897#M287239</link>
      <description>&lt;P&gt;Unfortunately you probably need to pre-calculate it and plot it as a separate series.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add a SERIES statement to the proc to graph the line.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 04:16:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-means/m-p/486897#M287239</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-15T04:16:49Z</dc:date>
    </item>
  </channel>
</rss>

