<?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: Histograms in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Histograms/m-p/65055#M3099</link>
    <description>Mark&lt;BR /&gt;
&lt;BR /&gt;
You have seriously to start and invest some time and energy in learning SAS. &lt;BR /&gt;
&lt;BR /&gt;
There is very good SAS training available, excellent SAS books and white papers and the SAS Online Doc covers more than you ever will be able to digest.&lt;BR /&gt;
&lt;BR /&gt;
What I feel is not acceptable is you posting question after question showing clearly that you yourself have done little or no own investigation, haven't invested in learning nor spent energy to get your brain up to speed.&lt;BR /&gt;
&lt;BR /&gt;
If you want other people to do your job, then please offer also part of your salary for the help you get. But even better change your attitude and start learning.&lt;BR /&gt;
&lt;BR /&gt;
Until you don't get better I will ignore your questions from now on - and I'm almost sure that others will follow.&lt;BR /&gt;
&lt;BR /&gt;
Sorry to be so hard on you but you really seem to need it!&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Patrick</description>
    <pubDate>Fri, 05 Mar 2010 13:31:42 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2010-03-05T13:31:42Z</dc:date>
    <item>
      <title>Histograms</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Histograms/m-p/65054#M3098</link>
      <description>Hello All ,&lt;BR /&gt;
&lt;BR /&gt;
I use the code -&lt;BR /&gt;
&lt;BR /&gt;
/*Generate a table for the total number of units sold over each week*/ &lt;BR /&gt;
proc tabulate data=WEEK f = comma8.;&lt;BR /&gt;
   class week Laptopmodel;&lt;BR /&gt;
   var  UnitsSold;&lt;BR /&gt;
   table week*Laptopmodel,&lt;BR /&gt;
         Unitssold;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data = Tabulate;&lt;BR /&gt;
run; &lt;BR /&gt;
&lt;BR /&gt;
This gives me :-&lt;BR /&gt;
&lt;BR /&gt;
          Sorted Sales Data          08:54 Saturday, March 6, 2010  65&lt;BR /&gt;
&lt;BR /&gt;
                                  ----------------------------------&lt;BR /&gt;
                                  |                       |          UnitsSold&lt;BR /&gt;
                                  |                       | |&lt;BR /&gt;
                                  |                       |--------|&lt;BR /&gt;
                                  |                       |           Sum   &lt;BR /&gt;
                                  |-----------------------+--------|&lt;BR /&gt;
                                  |Week       |LaptopModel|        &lt;BR /&gt;
                                  |-----------+-----------|        |&lt;BR /&gt;
                                  |Week1      |AP3965     |      67&lt;BR /&gt;
                                  |           |-----------+--------|&lt;BR /&gt;
                                  |           |     AT3600     |      36&lt;BR /&gt;
                                  |-----------+-----------+--------|&lt;BR /&gt;
                                  |Week2      |AP3965     |      73&lt;BR /&gt;
                                  |           |-----------+--------|&lt;BR /&gt;
                                  |           |      AT3600     |      35&lt;BR /&gt;
                                  |-----------+-----------+--------|&lt;BR /&gt;
                                  |Week3      AP3965     |     102&lt;BR /&gt;
                                  |           |-----------+--------|&lt;BR /&gt;
                                  |           |    AT3600     |      31&lt;BR /&gt;
                                  |-----------+----------+--------|&lt;BR /&gt;
                                  |Week4      AP3965     |     127&lt;BR /&gt;
                                  |           |-----------+--------|&lt;BR /&gt;
                                  |           |     AT3600     |      40&lt;BR /&gt;
                                  ----------------------------------&lt;BR /&gt;
&lt;BR /&gt;
I want to obtain a Histogram that shows me the Number of units sold for two periods - period 1 ( week 1 + week 2 ) and period 2  ( week 3 + week 4 )&lt;BR /&gt;
&lt;BR /&gt;
Kind  Regards ,&lt;BR /&gt;
mark</description>
      <pubDate>Fri, 05 Mar 2010 09:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Histograms/m-p/65054#M3098</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-05T09:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Histograms</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Histograms/m-p/65055#M3099</link>
      <description>Mark&lt;BR /&gt;
&lt;BR /&gt;
You have seriously to start and invest some time and energy in learning SAS. &lt;BR /&gt;
&lt;BR /&gt;
There is very good SAS training available, excellent SAS books and white papers and the SAS Online Doc covers more than you ever will be able to digest.&lt;BR /&gt;
&lt;BR /&gt;
What I feel is not acceptable is you posting question after question showing clearly that you yourself have done little or no own investigation, haven't invested in learning nor spent energy to get your brain up to speed.&lt;BR /&gt;
&lt;BR /&gt;
If you want other people to do your job, then please offer also part of your salary for the help you get. But even better change your attitude and start learning.&lt;BR /&gt;
&lt;BR /&gt;
Until you don't get better I will ignore your questions from now on - and I'm almost sure that others will follow.&lt;BR /&gt;
&lt;BR /&gt;
Sorry to be so hard on you but you really seem to need it!&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Patrick</description>
      <pubDate>Fri, 05 Mar 2010 13:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Histograms/m-p/65055#M3099</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2010-03-05T13:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Histograms</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Histograms/m-p/65056#M3100</link>
      <description>Hello Patrick ,&lt;BR /&gt;
&lt;BR /&gt;
This message encourged me to start by doing on own and I have started learning the working of Proc Tabulate and now am able to play around with the code.I should have first tried on my own and then asked my doubt.&lt;BR /&gt;
&lt;BR /&gt;
Thank you so much.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards ,&lt;BR /&gt;
mark</description>
      <pubDate>Sat, 06 Mar 2010 02:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Histograms/m-p/65056#M3100</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-06T02:48:13Z</dc:date>
    </item>
  </channel>
</rss>

