<?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: Does SAS have a similar function to relaimpo function in R in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415172#M21788</link>
    <description>&lt;P&gt;Just to expand on the response from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;, here's a &lt;A href="http://go.documentation.sas.com/?docsetId=stathpug&amp;amp;docsetTarget=stathpug_hpsplit_overview.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_self"&gt;link to the HPSPLIT documentation&lt;/A&gt;.&amp;nbsp; And example of the graphical output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hpsplit.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16770i4E75ACEA83AF7F34/image-size/large?v=v2&amp;amp;px=999" role="button" title="hpsplit.png" alt="hpsplit.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC HPSPLIT is part of SAS/STAT, but it's not included as part of SAS University Edition.&amp;nbsp; Since it's in a category of "high performance" procedures, it's not part of that learners bundle.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also be interested in this &lt;A href="https://communities.sas.com/t5/Ask-the-Expert/Variable-Selection-SAS-Enterprise-Guide-amp-SAS-Enterprise-Miner/ta-p/319961" target="_self"&gt;free "Ask the Expert" webinar about variable selection in SAS Enterprise Guide and SAS Enterprise Miner&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2017 13:34:51 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2017-11-21T13:34:51Z</dc:date>
    <item>
      <title>Does SAS have a similar function to relaimpo function in R</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/414984#M21785</link>
      <description>&lt;P&gt;I am working on a regression model but I'd like to get the&amp;nbsp;relative importance or contribution percentages from all possible orderings of the predictors.&amp;nbsp; Similar to an example output below of predictor variables to a target variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen the relaimpo package in R...does SAS have a similar code/function that can give the contribution percentage of predictors to a target variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Easy_Reservation&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7.3%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Preferred_Seats&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5.9%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Flight_Options&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5.1%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Ticket_Prices&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5.3%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Seat_Comfort&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;9.2%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Seat_Roominess&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7.5%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Overhead_Storage&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;6.3%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Clean_Aircraft&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8.4%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Courtesy&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;9.2%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Friendliness&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;11.6%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Helpfulness&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;12.1%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Service&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;12.1%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 20 Nov 2017 22:53:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/414984#M21785</guid>
      <dc:creator>TerryWhitlock</dc:creator>
      <dc:date>2017-11-20T22:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a similar function to relaimpo function in R</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415110#M21786</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/178768"&gt;@TerryWhitlock&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's the first time I hear about &lt;STRONG&gt;&lt;EM&gt;relaimpo&lt;/EM&gt;&lt;/STRONG&gt;, just to give you an idea of my expertise on that field...&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;
&lt;P&gt;But from SAS, using the SAS/IML module you can execute R code as long as you have the &lt;A href="http://go.documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=p0bn69osmt5vogn1x07dth3als71.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=fr" target="_self"&gt;RLANG&lt;/A&gt; option "on" (default value is &lt;EM&gt;norlang&lt;/EM&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then , with the PROC IML you can directly use your R code.&lt;/P&gt;
&lt;P&gt;Further details (including comments from Chris&amp;nbsp;Hemedinger and Rick_SAS) and a sample code are available from &lt;A href="https://communities.sas.com/t5/General-SAS-Programming/Run-R-code-inside-SAS-easily/td-p/210116" target="_self"&gt;Run R code inside SAS easily&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Damo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:20:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415110#M21786</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-11-21T10:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a similar function to relaimpo function in R</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415158#M21787</link>
      <description>&lt;P&gt;You could do Decision Tree Regression.&lt;/P&gt;
&lt;P&gt;And the output contain what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check&lt;/P&gt;
&lt;P&gt;PROC HPSPLIT&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 12:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415158#M21787</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-11-21T12:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a similar function to relaimpo function in R</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415172#M21788</link>
      <description>&lt;P&gt;Just to expand on the response from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;, here's a &lt;A href="http://go.documentation.sas.com/?docsetId=stathpug&amp;amp;docsetTarget=stathpug_hpsplit_overview.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_self"&gt;link to the HPSPLIT documentation&lt;/A&gt;.&amp;nbsp; And example of the graphical output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hpsplit.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16770i4E75ACEA83AF7F34/image-size/large?v=v2&amp;amp;px=999" role="button" title="hpsplit.png" alt="hpsplit.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC HPSPLIT is part of SAS/STAT, but it's not included as part of SAS University Edition.&amp;nbsp; Since it's in a category of "high performance" procedures, it's not part of that learners bundle.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also be interested in this &lt;A href="https://communities.sas.com/t5/Ask-the-Expert/Variable-Selection-SAS-Enterprise-Guide-amp-SAS-Enterprise-Miner/ta-p/319961" target="_self"&gt;free "Ask the Expert" webinar about variable selection in SAS Enterprise Guide and SAS Enterprise Miner&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 13:34:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415172#M21788</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-11-21T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a similar function to relaimpo function in R</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415243#M21791</link>
      <description>&lt;P&gt;Effect importance is typically assessed using partial correlation and partial R-square. If the target response is binary, see &lt;A href="http://support.sas.com/kb/22605" target="_self"&gt;this note&lt;/A&gt;. If the target is continuous and you are fitting an ordinary regression model, see &lt;A href="http://support.sas.com/kb/22641" target="_self"&gt;this note&lt;/A&gt;&amp;nbsp;which shows how to get cumulative R-square. Partial R-square for generalized models can be computed as discussed in &lt;A href="http://support.sas.com/kb/60162" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 16:24:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415243#M21791</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-11-21T16:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a similar function to relaimpo function in R</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415245#M21792</link>
      <description>&lt;P&gt;Chris/KSharp&lt;BR /&gt;Thank you for pointing me to HPSPLIT function!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to help me in usage of the outputs on HPSPLIT...if the image below is my output.&amp;nbsp; Would it be a fair interpretation that Growth is 37% percent of total, Dopant is 26% percent of total, Anneal Temp is 23% percent of total, Rotation is 12% percent of total in importance to target variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HPSPLIT.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16774iDF9D0E0C4635479F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HPSPLIT.png" alt="HPSPLIT.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 16:26:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415245#M21792</guid>
      <dc:creator>TerryWhitlock</dc:creator>
      <dc:date>2017-11-21T16:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a similar function to relaimpo function in R</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415487#M21798</link>
      <description>&lt;P&gt;I think you can say so. But I am not 100% certain .&lt;/P&gt;
&lt;P&gt;The following is I quote from your example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"This table shows that the predictor gTemp has the largest value. This means that the growth temperature of&lt;BR /&gt;substrate is the most important consideration in determining the usability of the sample."&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 12:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-a-similar-function-to-relaimpo-function-in-R/m-p/415487#M21798</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-11-22T12:17:41Z</dc:date>
    </item>
  </channel>
</rss>

