<?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: Can we use proc univariate for getting a clue on group cut off lines in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104655#M5523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Question:&lt;/P&gt;
&lt;P&gt;1). Can we use Univariate approach like this to decide "boundaries" for income range if we do not have any clue what the boundary cut offs are?&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, of course, you can take SAS (or any other software) and chop up a continuous variable into "groups". But just because you can doesn't mean you should. The information contained in a continuous variable like income is destroyed by chopping it up into intervals. Depending on what you plan to do with this data, your best approach may be to leave the data as continuous, not groups. And even so, if you MUST have intervals, the proper intervals depend on what you plan to do with this data, and you haven't told us. You asked for "meaningful income groups", but your result is empirical groups, not meaningful groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are going down a dangerous path. You are trying to impose a statistical solution to a problem that logically does not have a statistical solution (at least, not until we know more about what you plan to do, and then groups might not be the best answer).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 13:05:38 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2012-07-12T13:05:38Z</dc:date>
    <item>
      <title>Can we use proc univariate for getting a clue on group cut off lines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104653#M5521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Collegues,&lt;/P&gt;&lt;P&gt;I have the attahced data set with a single variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;I need to categorize these obs into some meaningful income groups not driven by any business logic but based on the distribution of data. I do not have any clue what cut off points that I should impose for getting the groups. I was just given a huge data set by the employer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I have run the below code to get a sense how to decide the "income group boundaries"&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;univariate&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; = have &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;plots&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; income;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;Then I got the following "Quantiles". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="0" cellspacing="0" class="Table"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;100% Max&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;393&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;99%&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;393&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;95%&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;392&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;90%&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;360&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;75% Q3&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;138&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;50% Median&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;25% Q1&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;10%&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;5%&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;-9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;1%&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="b RowHeader" nowrap="nowrap" style="text-align: left;"&gt;0% Min&lt;/TD&gt;&lt;TD class="b Data" nowrap="nowrap" style="text-align: right;"&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on above qunatiles, I decided the following boundaries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; want; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;length&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range $&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;20&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; have;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income = &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;.&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'Missing'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;9&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'&amp;lt;=-9'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;8&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'-8 to -9'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'-1 to -8'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range =&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'-7 to 0'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;41&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;&amp;nbsp; Income_Range =&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'1-41'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;392&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;&amp;nbsp; Income_Range =&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'42-392'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'&amp;gt;392'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;1). Can we use Univariate approach like this to decide "boundaries" for income range if we do not have any clue what the boundary cut offs are?&lt;/P&gt;&lt;P&gt;2). My SAS code looks fine for this small data set, but they sometimes dangerously omit some data when apply to large data set. Could any expert make sure this code is error free&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help&lt;/P&gt;&lt;P&gt;Mirisage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 18:52:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104653#M5521</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-07-11T18:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use proc univariate for getting a clue on group cut off lines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104654#M5522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use proc univariate to create 20 groups/10 equal groups.&lt;/P&gt;&lt;P&gt;One way is to use proc rank with groups=10 option&lt;/P&gt;&lt;P&gt;SAS Code:&lt;/P&gt;&lt;P&gt;proc rank data = have groups = 10 out = out1;&lt;/P&gt;&lt;P&gt;var income;&lt;/P&gt;&lt;P&gt;ranks predgroup;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;Here out1 will have rank variable taking values 0 to 9. 10 equal groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to use proc univariate with output statement;&lt;/P&gt;&lt;P&gt;SAS Code:&lt;/P&gt;&lt;P&gt;proc univariate data = have;&lt;/P&gt;&lt;P&gt;var income;&lt;/P&gt;&lt;P&gt;output out=out1 pctlpts = 10 to 100 by 10 pctlpre = inc;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;This gives you 10%,20%...90% &amp;amp; 100% percentile points.&lt;/P&gt;&lt;P&gt;You can create proc format to create formats which can be easily used over the course of diff programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some advantages in using proc univariate:&lt;/P&gt;&lt;P&gt;1. Weight option is available in proc univariate(not available in proc rank)&lt;/P&gt;&lt;P&gt;2. You dont have to create the whole dataset again. It is simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;zilok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 03:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104654#M5522</guid>
      <dc:creator>zilok</dc:creator>
      <dc:date>2012-07-12T03:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use proc univariate for getting a clue on group cut off lines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104655#M5523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Question:&lt;/P&gt;
&lt;P&gt;1). Can we use Univariate approach like this to decide "boundaries" for income range if we do not have any clue what the boundary cut offs are?&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, of course, you can take SAS (or any other software) and chop up a continuous variable into "groups". But just because you can doesn't mean you should. The information contained in a continuous variable like income is destroyed by chopping it up into intervals. Depending on what you plan to do with this data, your best approach may be to leave the data as continuous, not groups. And even so, if you MUST have intervals, the proper intervals depend on what you plan to do with this data, and you haven't told us. You asked for "meaningful income groups", but your result is empirical groups, not meaningful groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are going down a dangerous path. You are trying to impose a statistical solution to a problem that logically does not have a statistical solution (at least, not until we know more about what you plan to do, and then groups might not be the best answer).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 13:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104655#M5523</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2012-07-12T13:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use proc univariate for getting a clue on group cut off lines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104656#M5524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also use the HISTOGRAM option after var income / histogram; to see what SAS comes up with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 17:24:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104656#M5524</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2012-07-13T17:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use proc univariate for getting a clue on group cut off lines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104657#M5525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: blue; font-size: 10pt;"&gt;Hi zilok, &lt;A _jive_internal="true" href="https://communities.sas.com/people/PaigeMiller"&gt;&lt;SPAN style="color: blue;"&gt;PaigeMiller&lt;/SPAN&gt;&lt;/A&gt; and &lt;STRONG style="font-family: Arial;"&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/people/darrylovia"&gt;&lt;SPAN style="color: blue;"&gt;darrylovia&lt;/SPAN&gt;&lt;/A&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: blue; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: blue; font-size: 10pt;"&gt;Thanks very much for all of you. I learned a lot from your statistical and SAS expertise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: blue; font-size: 10pt;"&gt;Warm regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: blue; font-size: 10pt;"&gt;Mirisage&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2012 01:32:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-we-use-proc-univariate-for-getting-a-clue-on-group-cut-off/m-p/104657#M5525</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-07-14T01:32:36Z</dc:date>
    </item>
  </channel>
</rss>

