<?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: Incremental Area Under Curve (iAUC) Calculation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466202#M24261</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the code that I have pasted from the file, which creates a table for the data but doesn't appear to calculate the iAUC.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 May 2018 19:16:42 GMT</pubDate>
    <dc:creator>njdempster</dc:creator>
    <dc:date>2018-05-30T19:16:42Z</dc:date>
    <item>
      <title>Incremental Area Under Curve (iAUC) Calculation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466086#M24258</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unfamiliar with SAS and trying to calculate the incremental area under the curve. I normally use SPSS and have been unable to find syntax to do so using that program. I did, however, find a guide to do this in SAS (attached) that I imagine would be very helpful if I was more familiar with it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The method I am particularly keen to use is the "positive incremental area under the curve" one. I have downloaded SAS and am managing to successfully calculate the total AUC using the&amp;nbsp;example data and code in attached guide.&amp;nbsp;I am, however, struggling to get the code to work using the&amp;nbsp;code required for the alternative methods such as iAUC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd be very grateful if anyone could paste the code as I should be entering it into SAS to determine the iAUC. I have also pasted a sample of&amp;nbsp;data (left column is time in minutes, right column is glucose concentration in response to a standardised meal) that is representative of&amp;nbsp;the data I have for my study:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;4.746&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;TD&gt;6.688&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;7.053&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;45&lt;/TD&gt;&lt;TD&gt;6.953&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;60&lt;/TD&gt;&lt;TD&gt;5.483&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;TD&gt;4.654&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;120&lt;/TD&gt;&lt;TD&gt;4.532&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;180&lt;/TD&gt;&lt;TD&gt;4.455&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;240&lt;/TD&gt;&lt;TD&gt;4.393&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;4.295&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;360&lt;/TD&gt;&lt;TD&gt;4.621&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers would be much appreciated and apologies if this is very basic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;BW,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Niall&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 15:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466086#M24258</guid>
      <dc:creator>njdempster</dc:creator>
      <dc:date>2018-05-30T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Area Under Curve (iAUC) Calculation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466104#M24260</link>
      <description>&lt;P&gt;You would be much better of to post the code you attempted.&lt;/P&gt;
&lt;P&gt;And example data in the form of a data step.&lt;/P&gt;
&lt;P&gt;A data step would look like this:&lt;/P&gt;
&lt;PRE&gt;data example;
   input variable1 variable2;
datalines;
0  4.746
15 6.688
;
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the code you attempted had errors paste the log result with the code and the error messages into a code box opened using the forum {I} icon. The code box prevents the forum from reformatting text that will corrupt some of the error diagnostics SAS supplies in the log.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 15:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466104#M24260</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-30T15:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Area Under Curve (iAUC) Calculation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466202#M24261</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the code that I have pasted from the file, which creates a table for the data but doesn't appear to calculate the iAUC.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 19:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466202#M24261</guid>
      <dc:creator>njdempster</dc:creator>
      <dc:date>2018-05-30T19:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Area Under Curve (iAUC) Calculation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466206#M24262</link>
      <description>&lt;P&gt;I then tried to modify the macro part of the code (the guide says choose 0, 1 or 2 as baseline depending on what type of AUC you want, I changed "dataset" to "DataFile" and output to "computed" (which is in the guide).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then get the error that name 1 isn't a valid macro parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BW,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Niall&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 19:18:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466206#M24262</guid>
      <dc:creator>njdempster</dc:creator>
      <dc:date>2018-05-30T19:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Area Under Curve (iAUC) Calculation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466446#M24267</link>
      <description>&lt;P&gt;I remembered &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;wrote a blog about calculated AUC of logistic model .&lt;/P&gt;
&lt;P&gt;Calling &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 13:45:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Incremental-Area-Under-Curve-iAUC-Calculation/m-p/466446#M24267</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-05-31T13:45:50Z</dc:date>
    </item>
  </channel>
</rss>

