<?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: Specifying levels of sensitivity in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471670#M24571</link>
    <description>&lt;P&gt;Ah, thank you! That's what I ended up doing but was hoping there was a better way because my data is stratified into several different groups and I need the stats for each so it is a lot to look through.&amp;nbsp; Is there a different way to do it that I am not considering?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much again!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jun 2018 12:57:57 GMT</pubDate>
    <dc:creator>lbogar314</dc:creator>
    <dc:date>2018-06-20T12:57:57Z</dc:date>
    <item>
      <title>Specifying levels of sensitivity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471478#M24555</link>
      <description>&lt;P&gt;For proc logistic, can you look at specific levels of sensitivity?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data = dataset;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; by group;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y = x / ctable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; roc "x" x;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ctable gives the classification table but is there a way I can see everything that gives me except with specific levels of sensitivity (70, 80, and 90%)?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471478#M24555</guid>
      <dc:creator>lbogar314</dc:creator>
      <dc:date>2018-06-19T18:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying levels of sensitivity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471481#M24557</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model y = x / ctable pprob=(0.7 0.8 0.9);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471481#M24557</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-06-19T18:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying levels of sensitivity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471491#M24558</link>
      <description>&lt;P&gt;It was my understanding that pprob specifies cutpoints.&amp;nbsp; Basically what I am trying to do is look at Sensitivity levels of 70%, 80%, and 90% as the cutpoints.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The exact wording of what I am working on requires me to "provide specificity for the following three levels of sensitivity: 70%, 80%, 90%"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471491#M24558</guid>
      <dc:creator>lbogar314</dc:creator>
      <dc:date>2018-06-19T19:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying levels of sensitivity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471662#M24568</link>
      <description>&lt;P&gt;It isn't possible to specify the sensitivity values to report in CTABLE results. The best you can do is specify a fine list of PPROB= values and see which cutpoints correspond to the desired sensitivity values. If the range of cutpoints that you see without PPROB= is, say, .3 to .7 then you could specify something like PPROB=(.3 to .7 by .05). Once you find the cutpoints that bracket the desired sensitivity values, then you can rerun with even finer PPROB= list to get what you want.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 12:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471662#M24568</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-06-20T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying levels of sensitivity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471670#M24571</link>
      <description>&lt;P&gt;Ah, thank you! That's what I ended up doing but was hoping there was a better way because my data is stratified into several different groups and I need the stats for each so it is a lot to look through.&amp;nbsp; Is there a different way to do it that I am not considering?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much again!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 12:57:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specifying-levels-of-sensitivity/m-p/471670#M24571</guid>
      <dc:creator>lbogar314</dc:creator>
      <dc:date>2018-06-20T12:57:57Z</dc:date>
    </item>
  </channel>
</rss>

