<?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 IRR function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34028#M6687</link>
    <description>Does anyone now how to use the IRR function in SAS?&lt;BR /&gt;
&lt;BR /&gt;
Here's an example of a cash flow that I used:&lt;BR /&gt;
Month1: $-3,000&lt;BR /&gt;
Month2: $600&lt;BR /&gt;
Month3: $1,200&lt;BR /&gt;
Month4: $600&lt;BR /&gt;
Month5: $700&lt;BR /&gt;
&lt;BR /&gt;
In excel I use the IRR function (=IRR(-3000,600,1200,600,700,.01)) and get a monthly IRR of 1.35%.&lt;BR /&gt;
&lt;BR /&gt;
In SAS I use the IRR function (monthly_irr=IRR(5,-3000,600,1200,600,700)) and get a monthly IRR of 6.93.  INTRR gives .0693.&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know how to use the SAS IRR function to get 1.35%?  In support.sas it says that IRR should be written IRR(frequency,cash1,cash2,...,cashn).&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help!!!</description>
    <pubDate>Thu, 24 Jul 2008 21:42:48 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-07-24T21:42:48Z</dc:date>
    <item>
      <title>IRR function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34028#M6687</link>
      <description>Does anyone now how to use the IRR function in SAS?&lt;BR /&gt;
&lt;BR /&gt;
Here's an example of a cash flow that I used:&lt;BR /&gt;
Month1: $-3,000&lt;BR /&gt;
Month2: $600&lt;BR /&gt;
Month3: $1,200&lt;BR /&gt;
Month4: $600&lt;BR /&gt;
Month5: $700&lt;BR /&gt;
&lt;BR /&gt;
In excel I use the IRR function (=IRR(-3000,600,1200,600,700,.01)) and get a monthly IRR of 1.35%.&lt;BR /&gt;
&lt;BR /&gt;
In SAS I use the IRR function (monthly_irr=IRR(5,-3000,600,1200,600,700)) and get a monthly IRR of 6.93.  INTRR gives .0693.&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know how to use the SAS IRR function to get 1.35%?  In support.sas it says that IRR should be written IRR(frequency,cash1,cash2,...,cashn).&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help!!!</description>
      <pubDate>Thu, 24 Jul 2008 21:42:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34028#M6687</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-24T21:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: IRR function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34029#M6688</link>
      <description>are you expecting the IRR per period or per year?&lt;BR /&gt;
A first order approximation indicates (SAS Result)/frequency approx= (excel result)&lt;BR /&gt;
&lt;BR /&gt;
I guess you might need to check on the excel doc, too&lt;BR /&gt;
&lt;BR /&gt;
PeteC</description>
      <pubDate>Fri, 25 Jul 2008 13:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34029#M6688</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-25T13:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: IRR function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34030#M6689</link>
      <description>Hi Pete,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help.  My periods are months so I'm looking for it by period and annualy.  I thought that the function did it by period as it asks for frequency and then i used this calculation to change it to annual.&lt;BR /&gt;
&lt;BR /&gt;
annual_irr=((monthly_irr+1)**12)-1;&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for the help!&lt;BR /&gt;
Laura</description>
      <pubDate>Fri, 25 Jul 2008 17:28:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34030#M6689</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-25T17:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: IRR function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34031#M6690</link>
      <description>you'll find the SAS doc for function INTRR() more helpful, as it includes an example that might clarify the purpose of the FREQ parameter.... see &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000245903.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000245903.htm&lt;/A&gt;.</description>
      <pubDate>Mon, 28 Jul 2008 12:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IRR-function/m-p/34031#M6690</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-28T12:32:58Z</dc:date>
    </item>
  </channel>
</rss>

