<?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 and Youden index in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208879#M51761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have your answer please mark the question answered &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 05:00:02 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-07-24T05:00:02Z</dc:date>
    <item>
      <title>Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208869#M51751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to calculate the sensitivity,specificity and Youden index for 18 factors,and its combination (6&amp;nbsp; factors in each) with an outcome measure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 13:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208869#M51751</guid>
      <dc:creator>Jems</dc:creator>
      <dc:date>2015-07-22T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208870#M51752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC MEANS/SUMMARY can be used to calculate a confusion matrix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:57:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208870#M51752</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-07-22T20:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208871#M51753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can communicate a solution more effectively if you give us a sample of your data.&amp;nbsp; Then we can speak in terms of your data's variables names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:58:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208871#M51753</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-07-22T20:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208872#M51754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your kind reply.I have added sample of my data.Here 'malnut'(malnutrition) is the outcome measure and others like chew,weilos......cc are the independent variables.I want to get the sensitivity,specificity and youden index of each of these variables and their combination having 6 factors(A+B+C+D+E+F) like 'chew,weilos,mobil,stress,dement,bmi' with the outcome measure.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/11224_sample.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 01:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208872#M51754</guid>
      <dc:creator>Jems</dc:creator>
      <dc:date>2015-07-23T01:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208873#M51755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want sensitivity and specificity with respect to what predictive model?&amp;nbsp; Is 'MALNUT' the result of your predictive model, or is it the known state of the patient?&amp;nbsp; If you have established a predictive model then its outcome would be compared with the clinical data, this is how I know this type of statistics. I can refer you to &lt;A href="https://en.wikipedia.org/wiki/Confusion_matrix" title="https://en.wikipedia.org/wiki/Confusion_matrix"&gt;https://en.wikipedia.org/wiki/Confusion_matrix&lt;/A&gt;.&amp;nbsp; I don't know anything in SAS_STATS that will do this, but perhaps this question should be posed in that forum: &lt;A _jive_internal="true" href="https://communities.sas.com/community/support-communities/sas_statistical_procedures"&gt;https://communities.sas.com/community/support-communities/sas_statistical_procedures&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 13:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208873#M51755</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-07-23T13:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208874#M51756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your consistent support. Ya&amp;nbsp; 'Malnut' is the known state of the patient,which indicates malnutrition.Here we wish to find the sensitivity and specificity of each factor and 'Malnut' status 0=not malnourished &amp;amp; 1=malnourished.Thanks for your directions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 15:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208874#M51756</guid>
      <dc:creator>Jems</dc:creator>
      <dc:date>2015-07-23T15:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208875#M51757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run a proc freq between each set of variables. That will create your cross tabs and you can get the number from there to calculate your specificity/sensitivity. &lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Sensitivity_and_specificity" title="https://en.wikipedia.org/wiki/Sensitivity_and_specificity"&gt;https://en.wikipedia.org/wiki/Sensitivity_and_specificity&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 17:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208875#M51757</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-23T17:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208876#M51758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually PROC MEANS is what I've used and it involved another step, but PROC TABULATE can be used using one step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question about predictive models is still relevant:&amp;nbsp; I believe you need to choose dichotomous values to represent your independent variables to do this correctly.&amp;nbsp; If both MALNUT and another variable, _x_ are dichotomous then this code will produce a dataset with up to four rows, each corresponding to a cell of the confusion matrix.&amp;nbsp; Sensitivity, specificity and Youden's index can be calculated from these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;PROC TABULATE&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/SPAN&gt;=Given_DS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT=Want_X_vs_Malnut&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp; CLASS _x_&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp; CLASS Malnut&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;TABLE&lt;/SPAN&gt; _x_,Malnut * &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;N&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp; ;&lt;BR /&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 17:07:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208876#M51758</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-07-23T17:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208877#M51759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll add if you want to do this with more than one variable you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; work.given;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;do&lt;/SPAN&gt; i=&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; to &lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;300&lt;/STRONG&gt;&lt;/SPAN&gt;; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;drop&lt;/SPAN&gt; i;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A=&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ranuni&lt;/SPAN&gt;(&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;)&amp;gt;&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0.5&lt;/STRONG&gt;&lt;/SPAN&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; W=&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ranuni&lt;/SPAN&gt;(&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;)&amp;gt;&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0.5&lt;/STRONG&gt;&lt;/SPAN&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;x&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ranuni&lt;/SPAN&gt;(&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;)&amp;gt;&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0.5&lt;/STRONG&gt;&lt;/SPAN&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y=&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ranuni&lt;/SPAN&gt;(&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;)&amp;gt;&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0.5&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z=&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ranuni&lt;/SPAN&gt;(&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;)&amp;gt;&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0.5&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;output&lt;/SPAN&gt;;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;end&lt;/SPAN&gt;;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;stop&lt;/SPAN&gt;;&lt;BR /&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;BR /&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;PROC TABULATE&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&amp;amp;syslast&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT=work.Want&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp; CLASS A W--Z ;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;TABLE&lt;/SPAN&gt; W--Z,A * &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;N&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp; ;&lt;BR /&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 17:19:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208877#M51759</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-07-23T17:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208878#M51760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Phil for your extremely valuable SAS codes.In my data set i have coded the independent and dependent variable(s) as dichotomous ones; 0=no &amp;amp; 1=yes.I have 190 rows of 18 independent dichotomous variables and 1 dependent dichotomous variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 02:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208878#M51760</guid>
      <dc:creator>Jems</dc:creator>
      <dc:date>2015-07-24T02:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208879#M51761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have your answer please mark the question answered &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 05:00:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208879#M51761</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-24T05:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208880#M51762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well we &lt;EM&gt;&lt;STRONG&gt;technically&lt;/STRONG&gt;&lt;/EM&gt; did not answer the question pertaining to the combinations of factors... so... what can we do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 12:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208880#M51762</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-07-24T12:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208881#M51763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the support offered !.I just wanted to get sensitivity and specificity.proc freq procedure produces that but its mixed with other values,is there any way to cull out only those 2 items from that table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 04:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208881#M51763</guid>
      <dc:creator>Jems</dc:creator>
      <dc:date>2015-07-25T04:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208882#M51764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definitely i will do so :smileycool:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 04:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208882#M51764</guid>
      <dc:creator>Jems</dc:creator>
      <dc:date>2015-07-25T04:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208883#M51765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read this SAS support note: &lt;A href="http://support.sas.com/kb/24/170.html" title="http://support.sas.com/kb/24/170.html"&gt;24170 - Estimating sensitivity, specificity, positive and negative predictive values, and other statistics&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Run that code first, this code can inform you about obtaining sensitivity and specificity as values.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;PROC TABULATE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/SPAN&gt;=WORK.FATCOMP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT =WORK.STABSummaryTablesFATCOMP(&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;LABEL&lt;/SPAN&gt;=&lt;SPAN style="color: #a020f0; background-color: #ffffff;"&gt;"Summary Tables&amp;nbsp; for WORK.FATCOMP"&lt;/SPAN&gt;);&lt;BR /&gt;&amp;nbsp; CLASS Test /&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ORDER&lt;/SPAN&gt;=UNFORMATTED DESCENDING &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;MISSING&lt;/SPAN&gt;;&lt;BR /&gt;&amp;nbsp; CLASS Response /&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ORDER&lt;/SPAN&gt;=UNFORMATTED DESCENDING &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;MISSING&lt;/SPAN&gt;;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;TABLE&lt;/SPAN&gt; Test*ColPctN,Response;&lt;BR /&gt;&amp;nbsp; FREQ Count;&lt;BR /&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; numbers (&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;Keep&lt;/SPAN&gt;=sensitivity specificity);&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;do&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;until&lt;/SPAN&gt; (eof);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;set&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&amp;amp;syslast&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;end&lt;/SPAN&gt;=eof;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;if&lt;/SPAN&gt; Test=&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;and&lt;/SPAN&gt; Response=&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;then&lt;/SPAN&gt; sensitivity=PctN_01; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;if&lt;/SPAN&gt; Test=&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;and&lt;/SPAN&gt; Response=&lt;SPAN style="color: #2e8b57; background-color: #ffffff;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;then&lt;/SPAN&gt; specificity=PctN_01; &lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;end&lt;/SPAN&gt;;&lt;BR /&gt;&amp;nbsp; putlog &lt;SPAN style="color: #a020f0; background-color: #ffffff;"&gt;"NOTE: "&lt;/SPAN&gt; sensitivity= specificity=;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;output&lt;/SPAN&gt;;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;stop&lt;/SPAN&gt;;&lt;BR /&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 13:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208883#M51765</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-07-27T13:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208884#M51766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for SAS codes,Is there any provision(code) to find the Youden Index(sensitivity+specificity-1).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208884#M51766</guid>
      <dc:creator>Jems</dc:creator>
      <dc:date>2015-07-28T09:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208885#M51767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never used Youden's index personally.&amp;nbsp; It should be easy to calculate inside the data step I provided above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:21:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208885#M51767</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-07-28T12:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity,Specificity and Youden index</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208886#M51768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeh i will make use of that possibility.Thank you very much for the support offered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sensitivity-Specificity-and-Youden-index/m-p/208886#M51768</guid>
      <dc:creator>Jems</dc:creator>
      <dc:date>2015-07-28T12:35:22Z</dc:date>
    </item>
  </channel>
</rss>

