<?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 Prediction using Proc GLIMMIX in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-using-Proc-GLIMMIX/m-p/559340#M27720</link>
    <description>&lt;P&gt;Dear Committee:&lt;/P&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;I have the following data:&lt;/P&gt;&lt;P&gt;My response variable is current status which has ordinal value (cured=0, improved=1, same=2, deteriorate=3 and death=4).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc glimmix data=lij.oncosort pconv=1e-4 method=laplace;&lt;BR /&gt;class Patient_Id cancer current_status BG anemia_at_dx Treatment Stage_grade;&lt;BR /&gt;model current_status= age anemia_at_dx Treatment Stage_grade sv / solution link=logit ;&lt;BR /&gt;random cancer;&lt;BR /&gt;covtest GLM;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then after I have two questions:&lt;/P&gt;&lt;P&gt;1. How can I make prediction probability for my response variable, current status?&lt;/P&gt;&lt;P&gt;2. How can I make the ROC curve plot to assess the number of correctly predicted current_status?&lt;/P&gt;&lt;P&gt;3. How can I match the predicted probability with the observed current status(0, 1, 2, 3 and 4)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you much in advance!&lt;/P&gt;&lt;P&gt;Lijuu&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2019 15:13:16 GMT</pubDate>
    <dc:creator>Lijuu</dc:creator>
    <dc:date>2019-05-16T15:13:16Z</dc:date>
    <item>
      <title>Prediction using Proc GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-using-Proc-GLIMMIX/m-p/559340#M27720</link>
      <description>&lt;P&gt;Dear Committee:&lt;/P&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;I have the following data:&lt;/P&gt;&lt;P&gt;My response variable is current status which has ordinal value (cured=0, improved=1, same=2, deteriorate=3 and death=4).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc glimmix data=lij.oncosort pconv=1e-4 method=laplace;&lt;BR /&gt;class Patient_Id cancer current_status BG anemia_at_dx Treatment Stage_grade;&lt;BR /&gt;model current_status= age anemia_at_dx Treatment Stage_grade sv / solution link=logit ;&lt;BR /&gt;random cancer;&lt;BR /&gt;covtest GLM;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then after I have two questions:&lt;/P&gt;&lt;P&gt;1. How can I make prediction probability for my response variable, current status?&lt;/P&gt;&lt;P&gt;2. How can I make the ROC curve plot to assess the number of correctly predicted current_status?&lt;/P&gt;&lt;P&gt;3. How can I match the predicted probability with the observed current status(0, 1, 2, 3 and 4)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you much in advance!&lt;/P&gt;&lt;P&gt;Lijuu&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 15:13:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-using-Proc-GLIMMIX/m-p/559340#M27720</guid>
      <dc:creator>Lijuu</dc:creator>
      <dc:date>2019-05-16T15:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction using Proc GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-using-Proc-GLIMMIX/m-p/559674#M27724</link>
      <description>&lt;P&gt;If your response variable is ordinal, you can't use the logit link.&amp;nbsp;&amp;nbsp;use CUMLOGIT, CUMLOGLOG, or GLOGIT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Use the OUTPUT statement.&lt;/P&gt;
&lt;P&gt;2. The concept of an "ROC curve" for multinomial responses is not clear. Several researchers have proposed different methods. One method is Hand and Till (2001). &lt;A href="http://support.sas.com/kb/64/029.html" target="_self"&gt;SAS provides a macro for this method&lt;/A&gt;, but I haven't used it myself.&lt;/P&gt;
&lt;P&gt;3. Not sure what you mean by "match." The predicted category is usually chosen to be the category that has the largest predicted probability.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 14:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-using-Proc-GLIMMIX/m-p/559674#M27724</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-05-17T14:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction using Proc GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-using-Proc-GLIMMIX/m-p/560077#M27727</link>
      <description>&lt;P&gt;Thank you Dear Rick!&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 10:42:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-using-Proc-GLIMMIX/m-p/560077#M27727</guid>
      <dc:creator>Lijuu</dc:creator>
      <dc:date>2019-05-20T10:42:22Z</dc:date>
    </item>
  </channel>
</rss>

