<?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: Avg of value  for each subject for different time in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Avg-of-value-for-each-subject-for-different-time/m-p/441254#M110355</link>
    <description>&lt;P&gt;Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2018 16:12:44 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-03-01T16:12:44Z</dc:date>
    <item>
      <title>Avg of value  for each subject for different time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Avg-of-value-for-each-subject-for-different-time/m-p/441206#M110332</link>
      <description>&lt;P&gt;"I want to create graph .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 13:21:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Avg-of-value-for-each-subject-for-different-time/m-p/441206#M110332</guid>
      <dc:creator>tabraz</dc:creator>
      <dc:date>2018-03-02T13:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Avg of value  for each subject for different time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Avg-of-value-for-each-subject-for-different-time/m-p/441213#M110333</link>
      <description>&lt;P&gt;An excel file is of no use to us.&lt;/P&gt;
&lt;P&gt;You can get averages from proc means:&lt;/P&gt;
&lt;PRE&gt;proc means data=have;
  by nr;
  var ...;
  output out=want mean=mean;
run;&lt;/PRE&gt;
&lt;P&gt;As for what plot you want, no information, so can't say.&amp;nbsp; I can say that this blog:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is where you should be looking for any thing graphically.&amp;nbsp; It has thousands of examples with code on pretty much any graph you can think of.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 14:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Avg-of-value-for-each-subject-for-different-time/m-p/441213#M110333</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-03-01T14:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Avg of value  for each subject for different time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Avg-of-value-for-each-subject-for-different-time/m-p/441254#M110355</link>
      <description>&lt;P&gt;Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Avg-of-value-for-each-subject-for-different-time/m-p/441254#M110355</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-01T16:12:44Z</dc:date>
    </item>
  </channel>
</rss>

