<?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: Determine a cutpoint (from ROC curve) after multiple imputation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797603#M39204</link>
    <description>&lt;P&gt;They are simply the cutpoints from the final model fit to imputed data. Recall that the cutpoints are just predicted probabilities which are computed from the final parameter estimates and the data values (imputed) in the observations.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Feb 2022 15:00:14 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2022-02-21T15:00:14Z</dc:date>
    <item>
      <title>Determine a cutpoint (from ROC curve) after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797184#M39187</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to determine a cutpoint for a diagnositic test. Similar to what is shown in the following document:&amp;nbsp;&lt;A href="https://www.pharmasug.org/proceedings/2016/SP/PharmaSUG-2016-SP11.pdf" target="_blank"&gt;https://www.pharmasug.org/proceedings/2016/SP/PharmaSUG-2016-SP11.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, the difficulty in my situation is that I do have some missing data. Therefore, I proceeded in the following way:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Performed multiple imputation using proc MI.&lt;/LI&gt;&lt;LI&gt;Performed a logistic regression model for each of the imputed datasets and outputed the results using the outroc option in the model statement.&lt;/LI&gt;&lt;LI&gt;Combined the results from using proc MIanalyze.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Used proc logistic with the options inest = (combined parameter estimates from proc mianalyze) and maxiter=0.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;These were the steps suggested by this thread (&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/How-to-obtain-an-average-ROC-curve-using-multiple-imuputation/td-p/540376" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/How-to-obtain-an-average-ROC-curve-using-multiple-imuputation/td-p/540376&lt;/A&gt;) to obtain a single ROC curve.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, how do I get standard errors around my cutpoints obtained from this ROC curve to correctly display the variance from the different imputed datasets? Or do I just assume that on average my cutpoint will be X from the single ROC curve? Could someone please provide some insight on how to correctly account for the variation from the different imputed datasets when calculating a cutpoint?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Zoë&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 10:07:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797184#M39187</guid>
      <dc:creator>ZoeUH</dc:creator>
      <dc:date>2022-02-18T10:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Determine a cutpoint (from ROC curve) after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797258#M39190</link>
      <description>&lt;P&gt;You don't need standard errors on the cutpoints (predicted probabilities) to compute statistics for finding the optimal cutpoint if that is the goal. With the OUTROC= data set from your step 4 analysis, and adding the data set of predicted probabilities (from adding the OUTPUT OUT= P= statement) in that step, you can then use the &lt;A href="http://support.sas.com/kb/25018" target="_self"&gt;ROCPLOT macro&lt;/A&gt; to find an optimal cutpoint based on various statistics such as Youden's index or the minimum distance. This only requires the point estimates of the probabilities.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 16:03:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797258#M39190</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-02-18T16:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Determine a cutpoint (from ROC curve) after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797561#M39203</link>
      <description>&lt;P&gt;Hi StatDave_sas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reponse. If I understand you correctly: when the aim is determining the optimal cutpoint, it is not necessary to have standard errors (from the imputated datasets). Then I have a follow-up question: How would you interpret the obtained cutpoints (for instance based on the Youden index)? As an average cutpoint over all imputed datasets?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 08:51:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797561#M39203</guid>
      <dc:creator>ZoeUH</dc:creator>
      <dc:date>2022-02-21T08:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Determine a cutpoint (from ROC curve) after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797603#M39204</link>
      <description>&lt;P&gt;They are simply the cutpoints from the final model fit to imputed data. Recall that the cutpoints are just predicted probabilities which are computed from the final parameter estimates and the data values (imputed) in the observations.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 15:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797603#M39204</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-02-21T15:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Determine a cutpoint (from ROC curve) after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797731#M39209</link>
      <description>&lt;P&gt;Thanks a lot for your explanation. It is clear to me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 08:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Determine-a-cutpoint-from-ROC-curve-after-multiple-imputation/m-p/797731#M39209</guid>
      <dc:creator>ZoeUH</dc:creator>
      <dc:date>2022-02-22T08:32:32Z</dc:date>
    </item>
  </channel>
</rss>

