<?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: Recode continuous variable into a 1 through 5 variable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Recode-continuous-variable-into-a-1-through-5-variable/m-p/139075#M37253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps using 0 to 4 would work, too, as opposed to 1 to 5.&amp;nbsp; I don't see that it would make any difference.&amp;nbsp; So Proc Rank may be the one to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would greatly prefer not having to put in specific values of the raw data, as I have a hundred such variables to recode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 23:44:28 GMT</pubDate>
    <dc:creator>NKormanik</dc:creator>
    <dc:date>2015-01-26T23:44:28Z</dc:date>
    <item>
      <title>Recode continuous variable into a 1 through 5 variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Recode-continuous-variable-into-a-1-through-5-variable/m-p/139073#M37251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please suggest a way of recoding a continuous variable into a 'Likert Scale' variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lowest 20% should be translated to 1.&lt;/P&gt;&lt;P&gt;Next 20% should be translated to 2.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Top 20% should be translated to 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicholas Kormanik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Recode-continuous-variable-into-a-1-through-5-variable/m-p/139073#M37251</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2015-01-26T23:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Recode continuous variable into a 1 through 5 variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Recode-continuous-variable-into-a-1-through-5-variable/m-p/139074#M37252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc means, summary or univariate on the data requesting the appropriate percentiles.&lt;/P&gt;&lt;P&gt;Code if/then/else using those values OR a custom format assigning the values 1 to 5 (or possibly more meaningful text) to the raw values.&lt;/P&gt;&lt;P&gt;Or possibly Proc Rank using groups=5 to create a new variable but you would have to add 1 to the value as rank will create 0 to 4 for the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:29:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Recode-continuous-variable-into-a-1-through-5-variable/m-p/139074#M37252</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-26T23:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Recode continuous variable into a 1 through 5 variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Recode-continuous-variable-into-a-1-through-5-variable/m-p/139075#M37253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps using 0 to 4 would work, too, as opposed to 1 to 5.&amp;nbsp; I don't see that it would make any difference.&amp;nbsp; So Proc Rank may be the one to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would greatly prefer not having to put in specific values of the raw data, as I have a hundred such variables to recode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:44:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Recode-continuous-variable-into-a-1-through-5-variable/m-p/139075#M37253</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2015-01-26T23:44:28Z</dc:date>
    </item>
  </channel>
</rss>

