<?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: Proc Logistic: predicted probabilities question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158599#M41436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GPA was continuous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You usually look for the estimate at the mean of the value but that depends on what you're looking for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 19:29:28 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-06-27T19:29:28Z</dc:date>
    <item>
      <title>Proc Logistic: predicted probabilities question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158596#M41433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a a data set where the dependent variable has 4 levels (low, low-medium, medium, and high) with three independent continuous variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my code currently looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc logistic data=updated;&lt;/P&gt;&lt;P&gt;&amp;nbsp; model groupedSet = bioMarker age bmi; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;DIV align="center"&gt;&amp;nbsp; &lt;/DIV&gt;&lt;P&gt;the output gives me 3 intercepts, which is great, but only gives me 1 estimate and odds ratio estimate for the bioMarker, age, and bmi. Is there a way to see what the predicted probability is for the bioMarker at each level of the groupedSet? I understand the main problem is because it is a continuous variable. So is there any way around that? I've been trying to find some papers on it but am have bad luck so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 18:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158596#M41433</guid>
      <dc:creator>jfine73</dc:creator>
      <dc:date>2014-06-27T18:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: predicted probabilities question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158597#M41434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the estimate statement or the odds ratio statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example of the estimate statement:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ats.ucla.edu/stat/sas/dae/ologit.htm" title="http://www.ats.ucla.edu/stat/sas/dae/ologit.htm"&gt;SAS Data Analysis Examples: Ordinal Logistic Regression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 18:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158597#M41434</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-27T18:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: predicted probabilities question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158598#M41435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the link Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example they have the 'paired' variable either be 0 or 1 (a categorical variable). Mine, however, is continuous. Should I just pick the cutoff points as the same as the cutoff points for the dependent variable or just leave it as it is? Also if I wanted to standardize for age and bmi in this estimate would I set this to be 0 or 1? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this?&lt;/P&gt;&lt;P&gt;estimate "pr prb groupedSet = 1" intercept 1 bioMarker 1 age 1 bmi 1 \ ilink category = '1';&lt;/P&gt;&lt;P&gt;estimate "pr prb groupedSet = 2" intercept 1 bioMarker 1 age 1 bmi 1 \ ilink category = '2';&lt;/P&gt;&lt;P&gt;estimate "pr prb groupedSet = 3" intercept 1 bioMarker 1 age 1 bmi 1 \ ilink category = '3';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 19:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158598#M41435</guid>
      <dc:creator>jfine73</dc:creator>
      <dc:date>2014-06-27T19:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: predicted probabilities question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158599#M41436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GPA was continuous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You usually look for the estimate at the mean of the value but that depends on what you're looking for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 19:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-predicted-probabilities-question/m-p/158599#M41436</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-27T19:29:28Z</dc:date>
    </item>
  </channel>
</rss>

