<?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: multiple (multinomial) outcomes' and repeated measures' correlations in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197825#M10619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first hack at this would involve getting rid of the dist=byobs, and replacing it with dist=mult. since you say all outcomes follow multinomial distributions.&amp;nbsp; Then I believe you would have to include outcome_id as a fixed effect, along with interactions with the covariates already included in the model. Hopefully, you have enough data to be able to adequately fit that many parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 12:11:20 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2015-08-13T12:11:20Z</dc:date>
    <item>
      <title>multiple (multinomial) outcomes' and repeated measures' correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197824#M10618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a longitudinal data with 4 outcomes (knowledge, skill, encounter, attribute) which are correlated and two covariates (prepost and year). outcomes are ordinal variables and I would like to use generalized or cumulative logit. "prepost" is an id for pre and post treatment on individuals. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;outcome_id&lt;/SPAN&gt; is created to distinguish the outcomes. However, to take care of multiple outcomes, I have used "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;dist = byobs&lt;/SPAN&gt;"; the variable "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;outcome_dist&lt;/SPAN&gt;" contains the character "MULT" since all outcomes follow multinomial distributions. To take care of the two kinds of correlation, correlation between outcomes and correlation between pre and post measurments I have used the following codes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glimmix data = link_combined3 method = laplace;&lt;/P&gt;&lt;P&gt;class prepost outcome_id id;&lt;/P&gt;&lt;P&gt;model outcome = year prepost / s dist = byobs(outcome_dist);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;random int / subject = id group = outcome;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;random int / subject = outcome_id group = outcome;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOG window gives this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: The Multinomial distribution is currently not supported in a multivariate setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate any help regarding how to take care of correlation due to multiple outcomes and repeated measurements on individuals when all outcomes follow multinomial distribution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 19:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197824#M10618</guid>
      <dc:creator>Mehdi_R</dc:creator>
      <dc:date>2015-08-12T19:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: multiple (multinomial) outcomes' and repeated measures' correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197825#M10619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first hack at this would involve getting rid of the dist=byobs, and replacing it with dist=mult. since you say all outcomes follow multinomial distributions.&amp;nbsp; Then I believe you would have to include outcome_id as a fixed effect, along with interactions with the covariates already included in the model. Hopefully, you have enough data to be able to adequately fit that many parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 12:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197825#M10619</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-13T12:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: multiple (multinomial) outcomes' and repeated measures' correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197826#M10620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve and thanks for your reply.&lt;/P&gt;&lt;P&gt;The reason I was using BYOBS is that SAS will give different regression parameters for different outcomes. But you are absolutely right! BYOBS can't help in my situation. But by considering outcome_id as fixed effect, I will get regression parameters whose interpretations are comparing different levels of outcome_id with each other. This is not what answers my research question! I need to have different regression parameters which are associate with different outcomes. For example, if X is the only independent covariate, I want to have parameters that: "beta1 gives amount of change in &lt;SPAN style="font-size: 13.3333330154419px;"&gt;logit of the first outcome for&lt;/SPAN&gt; one unit increase in X, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;beta2 gives amount of change in &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;logit of the second outcome for&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; one unit increase in X &lt;/SPAN&gt;and so forth". Is it possible to do such analysis in SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197826#M10620</guid>
      <dc:creator>Mehdi_R</dc:creator>
      <dc:date>2015-08-13T16:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: multiple (multinomial) outcomes' and repeated measures' correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197827#M10621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these two lines, and see if it fits what you are aiming for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;model outcome = year*outcome_id prepost*outcome_id / s dist = byobs(outcome_dist) noint;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;random int / subject = id group = outcome;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;This should give the betas for each outcome_id for year and each level of prepost.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;Steve Denham&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197827#M10621</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-13T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple (multinomial) outcomes' and repeated measures' correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197828#M10622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve.&lt;/P&gt;&lt;P&gt;It gives the same error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: The Multinomial distribution is currently not supported in a multivariate setting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:03:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197828#M10622</guid>
      <dc:creator>Mehdi_R</dc:creator>
      <dc:date>2015-08-13T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: multiple (multinomial) outcomes' and repeated measures' correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197829#M10623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has been a bad day for me and code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;model outcome = year*outcome_id prepost*outcome_id / s dist = multinomial noint;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;random int / subject = id group = outcome;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;Steve Denham&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:16:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197829#M10623</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-13T17:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: multiple (multinomial) outcomes' and repeated measures' correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197830#M10624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve. &lt;/P&gt;&lt;P&gt;SAS is still running on my computer. I think it's not working. However, I think such analysis is not included in SAS. Please see this paper:&lt;/P&gt;&lt;P&gt;"Joint generalized estimating equations for multivariate longitudinal binary outcomes with missing data: An application to &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;AIDS data".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For multivariate longitudinal binary outcome, GEE was developed in 2009. It's probable that GEE and mixed effect modeling for multivariate longitudinal multinomial data have not been developed yet. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:01:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197830#M10624</guid>
      <dc:creator>Mehdi_R</dc:creator>
      <dc:date>2015-08-13T18:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple (multinomial) outcomes' and repeated measures' correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197831#M10625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let it run--you are estimating a lot of parameters and a multinomial model is not easy to fit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will bet it comes out "Did not converge" at the 20th iteration (the default number of iterations).&amp;nbsp; You will likely have to add an NLOPTIONS statement if that is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:10:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/multiple-multinomial-outcomes-and-repeated-measures-correlations/m-p/197831#M10625</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-13T18:10:02Z</dc:date>
    </item>
  </channel>
</rss>

