<?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: Sensitivity specificity LR in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575132#M28340</link>
    <description>Logistic regression&lt;BR /&gt;</description>
    <pubDate>Sat, 20 Jul 2019 11:48:37 GMT</pubDate>
    <dc:creator>antor82</dc:creator>
    <dc:date>2019-07-20T11:48:37Z</dc:date>
    <item>
      <title>Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575115#M28334</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a macro/code that mimics in SAS what pROC and bootLR do in R?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my aim is to calculate bootstrap threshold, sensitivity, specificity, LT+ and LR- along with 95% CI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks!&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 08:11:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575115#M28334</guid>
      <dc:creator>antor82</dc:creator>
      <dc:date>2019-07-20T08:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575126#M28335</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/178542"&gt;@antor82&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;is there a macro/code that mimics in SAS what pROC and bootLR do in R?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do pROC and bootLR do?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 11:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575126#M28335</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-20T11:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575127#M28336</link>
      <description>bootLR Computes the (positive/negative) likelihood ratio with appropriate, bootstrapped confidence intervals&lt;BR /&gt;&lt;BR /&gt;pROC computes threshold sensitivity and specificity for a given value with appropriate, bootstrapped confidence intervals&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jul 2019 11:16:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575127#M28336</guid>
      <dc:creator>antor82</dc:creator>
      <dc:date>2019-07-20T11:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575128#M28337</link>
      <description>&lt;P&gt;Normally, a likelihood ratio is computed to test to see if a statistic is significantly different than some quantity ... what statistic is being tested, and in what context?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Normally, bootstrap confidence intervals are computed to see some measure of variability of a particular statistic ... what statistic is being tested, and in what context?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 11:21:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575128#M28337</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-20T11:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575129#M28338</link>
      <description>I’m testing if a new parameter is predictive of an outcome.&lt;BR /&gt;My sample size is small (60 patients).&lt;BR /&gt;Other authors did the same and provided AUC, cut-off (with corresponding sensibility, specificity, LR+ and -) calculated after bootstrapping&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jul 2019 11:33:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575129#M28338</guid>
      <dc:creator>antor82</dc:creator>
      <dc:date>2019-07-20T11:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575131#M28339</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;I’m testing if a new parameter is predictive of an outcome.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some sort of regression??? A decision tree??? A Neural Network??? What is the exact type of model?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Other authors did the same and provided AUC, cut-off (with corresponding sensibility, specificity, LR+ and -) calculated after bootstrapping&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Logistic regression?? Decision tree?? Neural Network?? Other???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 11:38:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575131#M28339</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-20T11:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575132#M28340</link>
      <description>Logistic regression&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jul 2019 11:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575132#M28340</guid>
      <dc:creator>antor82</dc:creator>
      <dc:date>2019-07-20T11:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575137#M28341</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; has written the definitive guide to bootstrapping in SAS&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 13:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575137#M28341</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-20T13:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity specificity LR</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575152#M28342</link>
      <description>Tks!</description>
      <pubDate>Sat, 20 Jul 2019 16:39:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-specificity-LR/m-p/575152#M28342</guid>
      <dc:creator>antor82</dc:creator>
      <dc:date>2019-07-20T16:39:13Z</dc:date>
    </item>
  </channel>
</rss>

