<?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 MCMC for the analysis of crossover trials in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144743#M38436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Mark your answer as correct, so that future searches will turn this up&lt;/P&gt;&lt;P&gt;Please can I ask how the status of the answer can be changed, I cannot find a button&amp;nbsp; to do so. (Sorry for the confusion.)&lt;/P&gt;&lt;P&gt;Guido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 15:45:34 GMT</pubDate>
    <dc:creator>GuidoThoemmes</dc:creator>
    <dc:date>2014-01-29T15:45:34Z</dc:date>
    <item>
      <title>PROC MCMC for the analysis of crossover trials</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144739#M38432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have encountered problems with the Bayesian analysis of a crossover trial with three treatments in three periods using six treatment sequences (3-by-6 Williams design). SAS PROC MCMC does not yield the correct estimates for between and within subject variability, and the standard deviations of the parameters are too large.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data are analyzed using a linear mixed effects model with fixed effects for the factors treatment, period and sequence, and subject as random effect. The Bayesian analysis uses non-informative priors for all fixed effect parameters. Treatment effects (trt1, trt2) shall be estimated as well as the&amp;nbsp; between and within subject variability standard deviations (sd_s, sd). SAS PROC MCMC does not provide acceptable estimates for sd=9.1 and sd_s=13.6. Since I use non-informative priors, this can be compared with the corresponding PROC MIXED in the framework of a frequentist analysis, which gives values SD=6.2 and SD_s=6.0 for this example dataset. Furthermore, the analysis of the same dataset with the same model implemented in R/WinBUGS or using the R function lme also yields the latter results. Therefore I think that the results of proc MCMC are incorrect. An example dataset and a code for the analysis is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 15:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144739#M38432</guid>
      <dc:creator>GuidoThoemmes</dc:creator>
      <dc:date>2014-01-17T15:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MCMC for the analysis of crossover trials</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144740#M38433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would definitely forward this on to Technical Support, especially as you have analyses in three platforms that give contradictory results.&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>Fri, 17 Jan 2014 18:56:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144740#M38433</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-01-17T18:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MCMC for the analysis of crossover trials</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144741#M38434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I just wanted to make sure I have no programming mistake in my code. In the meantime I have received also feedback from others and the problem seems to be that the gamma distribution for the priors of the precisions was incorrectly parametrized. I have to specify the rate parameter, i.e. the inverse of the scale parameter, in the gamma distribution: gamma(shape=a, iscale=b); what I had wrongly used was gamma(shape=a, scale=b). With this the prior is the same as in WinBUGS. This leads to expected results and solves the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144741#M38434</guid>
      <dc:creator>GuidoThoemmes</dc:creator>
      <dc:date>2014-01-21T12:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MCMC for the analysis of crossover trials</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144742#M38435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark your answer as correct, so that future searches will turn this up.&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>Fri, 24 Jan 2014 20:09:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144742#M38435</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-01-24T20:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MCMC for the analysis of crossover trials</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144743#M38436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Mark your answer as correct, so that future searches will turn this up&lt;/P&gt;&lt;P&gt;Please can I ask how the status of the answer can be changed, I cannot find a button&amp;nbsp; to do so. (Sorry for the confusion.)&lt;/P&gt;&lt;P&gt;Guido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 15:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144743#M38436</guid>
      <dc:creator>GuidoThoemmes</dc:creator>
      <dc:date>2014-01-29T15:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MCMC for the analysis of crossover trials</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144744#M38437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guido,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you come to this thread, there should be options to mark a post as "Helpful" (orange star) or "Correct" (green star).&amp;nbsp; No one else would be able to see the buttons, and you won't see them on threads that you did not originate..&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 16:18:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MCMC-for-the-analysis-of-crossover-trials/m-p/144744#M38437</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-01-29T16:18:56Z</dc:date>
    </item>
  </channel>
</rss>

