<?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: Repeated Measures Ordingal Logistic Predicted Probabilies for Category in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421039#M22144</link>
    <description>&lt;P&gt;See whether the suggestion I made in this thread works for you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-multinomial-data/td-p/229818" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-multinomial-data/td-p/229818&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2017 23:47:52 GMT</pubDate>
    <dc:creator>sld</dc:creator>
    <dc:date>2017-12-13T23:47:52Z</dc:date>
    <item>
      <title>Repeated Measures Ordingal Logistic Predicted Probabilies for Category</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421018#M22143</link>
      <description>&lt;P&gt;I have a pre/post survey with an ordinal outcome (1 to 4) and am using Glimmix multinomial random effect model. I am searching for a way to calculate predicted probabilities for category(4 levels)&amp;nbsp; for the 2 levels of survey and of treatment/control. I can find no way to generate the predicted probabilities (for group, not individuals). My colleague can do this very easily in STATA but I can't figure out how to do it in SAS.&amp;nbsp; Any help is appreciated.Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 22:56:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421018#M22143</guid>
      <dc:creator>ahschnell</dc:creator>
      <dc:date>2017-12-13T22:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated Measures Ordingal Logistic Predicted Probabilies for Category</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421039#M22144</link>
      <description>&lt;P&gt;See whether the suggestion I made in this thread works for you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-multinomial-data/td-p/229818" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Glimmix-for-multinomial-data/td-p/229818&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 23:47:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421039#M22144</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-12-13T23:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated Measures Ordingal Logistic Predicted Probabilies for Category</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421049#M22145</link>
      <description>Thank you so much. I just glanced through and it might do the trick, I will&lt;BR /&gt;have to look at it closely. I’m not proficient at estimate statements so if&lt;BR /&gt;that is what I need, wish me luck. Once again, thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2017 00:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421049#M22145</guid>
      <dc:creator>ahschnell</dc:creator>
      <dc:date>2017-12-14T00:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix for multinomial data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421055#M22151</link>
      <description>&lt;P&gt;I have pre post survey data on subjects. The outcome is 1(not at all) to 4 (very). I used the code with Proc Glimmix but I'm not sure how to translate these subject specific probabilities to say the probability of group 1 at time 1 being in Category 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;P&gt;Audrey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc GLIMMIX data=gsdatav2 METHOD=LAPLACE;&lt;BR /&gt;class RE_M_GCARDEV_3(REF='1')&lt;BR /&gt;RE_M_GCARDEV_Event(REF='1')&lt;BR /&gt;GGENDER(REF='1')&lt;BR /&gt;Survey (REF='1')&lt;BR /&gt;NIH_GROUP (REF='2')&lt;BR /&gt;ANALYSIS_ID;&lt;BR /&gt;model M_R_GPATHCONS_11(desc) =&lt;BR /&gt;RE_M_GCARDEV_3&lt;BR /&gt;RE_M_GCARDEV_Event&lt;BR /&gt;GGENDER&lt;BR /&gt;Survey&lt;BR /&gt;NIH_GROUP&lt;BR /&gt;Survey*NIH_GROUP&lt;BR /&gt;/dist=multi oddsratio (DIFF=last label ) solution;&lt;BR /&gt;random int/SUBJECT=ANALYSIS_ID;&lt;BR /&gt;output out=ds2 pred(noblup)=predpa stderr(noblup)=stderrmupa&lt;BR /&gt;pred(ilink noblup)=predmupa stderr(ilink noblup)=stderrmupa;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 02:12:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421055#M22151</guid>
      <dc:creator>ahschnell</dc:creator>
      <dc:date>2017-12-14T02:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated Measures Ordingal Logistic Predicted Probabilies for Category</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421066#M22150</link>
      <description>&lt;P&gt;You could use ESTIMATE statements, I think. But this suggestion uses the OUTPUT statement with NOBLUP options for predicted values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Follow up as need be. If you need more input, code and an example data set would probably be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 03:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421066#M22150</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-12-14T03:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix for multinomial data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421071#M22152</link>
      <description>&lt;P&gt;Edit: Oh, never mind. I see it's in the CLASS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should put ANALYSIS_ID in the CLASS statement, or be sure that your dataset is sorted appropriately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the GLIMMIX documentation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" aa-term "&gt;SUBJECT=&lt;SPAN class=" aa-argument"&gt;effect&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=" aa-term "&gt;SUB=&lt;SPAN class=" aa-argument"&gt;effect&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;identifies the subjects in your generalized linear mixed model.&amp;nbsp;Complete independence is assumed across subjects. Specifying a subject effect is equivalent to nesting all other effects in the RANDOM statement within the subject effect.&lt;/P&gt;
&lt;P&gt;Continuous variables and computed variables are permitted with the SUBJECT=&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;option. PROC GLIMMIX does not sort by the values of the continuous variable but considers the data to be from a new subject whenever the value of the continuous variable changes from the previous observation. Using a continuous variable can decrease execution time for models with a large number of subjects and also prevents the production of a large "Class Levels Information" table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 16:46:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-Measures-Ordingal-Logistic-Predicted-Probabilies-for/m-p/421071#M22152</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-12-14T16:46:17Z</dc:date>
    </item>
  </channel>
</rss>

