<?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: Majority of data points in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/455922#M115412</link>
    <description>&lt;P&gt;"majority of data points" might mean something different to me than it means to you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, I can think of two approaches&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Histograms (bar charts) of the data&lt;/LI&gt;
&lt;LI&gt;Run PROC UNIVARIATE and use the MODE that is computed (MODE is the value occurs the most)&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Fri, 20 Apr 2018 14:12:54 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-04-20T14:12:54Z</dc:date>
    <item>
      <title>Majority of data points</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/455921#M115411</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to find the time period (3 month increments; Jan-Mar, Feb-Apr, etc.) where the majority of my data points (rates) are. The dataset extends 2 years. Would it be best to create a graph/visualization such as a scatterplot? Or use a proc freq statement on the dates? Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:03:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/455921#M115411</guid>
      <dc:creator>statiswak</dc:creator>
      <dc:date>2018-04-20T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Majority of data points</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/455922#M115412</link>
      <description>&lt;P&gt;"majority of data points" might mean something different to me than it means to you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, I can think of two approaches&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Histograms (bar charts) of the data&lt;/LI&gt;
&lt;LI&gt;Run PROC UNIVARIATE and use the MODE that is computed (MODE is the value occurs the most)&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:12:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/455922#M115412</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-20T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Majority of data points</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/455925#M115414</link>
      <description>&lt;P&gt;If you have a date associated with the measures then 1) make sure it is a SAS date value (NOT character or numeric like 20180120 that only looks date-like) and 2) use a format like YYQ6. for the variable.&lt;/P&gt;
&lt;P&gt;Then procs like Freq will group the variables into calendar quarters and display the value like 2017Q1 (first quarter of 2017)&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:21:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/455925#M115414</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-20T14:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Majority of data points</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/456060#M115481</link>
      <description>&lt;P&gt;Thank you. The proc freq did the trick. I did a cross-tabulation, so I could see the frequency of the ID's by date and quarter.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 20:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/456060#M115481</guid>
      <dc:creator>statiswak</dc:creator>
      <dc:date>2018-04-20T20:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Majority of data points</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/456063#M115482</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 20:14:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Majority-of-data-points/m-p/456063#M115482</guid>
      <dc:creator>statiswak</dc:creator>
      <dc:date>2018-04-20T20:14:07Z</dc:date>
    </item>
  </channel>
</rss>

