<?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: PRIOR statement in mixed procedure in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/247256#M13039</link>
    <description>&lt;P&gt;I would like to add to Larry's comment. &amp;nbsp;C.R. Henderson showed in the 80s, based on a report from Laird and Ware, that using maximum likelihood estimates of the G and R matrices yields an empirical Bayes estimate of the random effects. &amp;nbsp;So even without sampling, mixed model estimates of the variance components are Bayesian, given the data. &amp;nbsp;This traces back to Harville's work that REML is related to Bayesian marginal inference.{Harville, D. A. (1974). Bayesian inference for variance components using only error contrasts. Biometrika 61, 383–385.}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I just proved I'm old...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2016 17:36:10 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2016-02-01T17:36:10Z</dc:date>
    <item>
      <title>PRIOR statement in mixed procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/246010#M12974</link>
      <description>&lt;P&gt;Dear Everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need some help about the PRIOR statement in the mixed procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is thsi option allow bayesian estimation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The different estimates are exactly the same with and without the option and the posterior distribution mean and 5% and 95% percentiles are very close to the frequentist mean and the 90% confidence interval.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use the non informative&amp;nbsp;JEFFREYS prior.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS doesn't mention this procedure as a procedure able to make bayesian estimation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank in advance for your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Samir&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 22:01:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/246010#M12974</guid>
      <dc:creator>Sam28041977</dc:creator>
      <dc:date>2016-01-25T22:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: PRIOR statement in mixed procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/246031#M12975</link>
      <description>&lt;P&gt;What PROC MIXED provide is falling under what is called "Empirical Bayes". Because the parameters or hyperparameters of the prior distributions of the random effects are actually estimated from the data via the&amp;nbsp;likelihood functions.&lt;/P&gt;
&lt;P&gt;Not only PROC MIXED offeres that but other procedures also see: &lt;A href="http://support.sas.com/kb/23/407.html" target="_self"&gt;Usage Note 23407: Available Bayesian methods&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if we talk about &lt;SPAN&gt; fully Bayesian treatment then you should consider using one of the procedures mentioned as in here:&lt;A href="http://support.sas.com/rnd/app/Bayesian/index.html" target="_self"&gt;&amp;nbsp;Bayesian Analysis Using SAS/STAT Software&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 01:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/246031#M12975</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2016-01-26T01:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: PRIOR statement in mixed procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/246071#M12977</link>
      <description>&lt;P&gt;Thanks a lot mohamed-zaki for your answer.&lt;/P&gt;
&lt;P&gt;It confirms what I suspect.&lt;/P&gt;
&lt;P&gt;Have a nice day,&lt;/P&gt;
&lt;P&gt;Samir&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 09:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/246071#M12977</guid>
      <dc:creator>Sam28041977</dc:creator>
      <dc:date>2016-01-26T09:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: PRIOR statement in mixed procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/246103#M12978</link>
      <description>&lt;P&gt;I somewhat disagree with the 'solution' post. With he PRIOR statement, one is getting true Bayesian analysis with PROC MIXED. See the very nice presentation in chapter 13 of the book SAS for Mixed Models, 2nd edition (2006). One just does not have much control over the priors. A Jeffrey's prior is used for the variance parameters (these are based on the data, but are considered to be non-informative). A flat (constant) improper prior is used for the fixed effects. There is direct sampling from the posteriors (using a independence chain). With these restrictions, the posterior is conditionally multivariate normal. The statistics paper describing the approach in MIXED is: Wolfinger and Kass (2000). Non-conjugate Bayesian Analysis of Variance Component Models. BIOMETRICS 56:768-774.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more flexible approaches to Bayesian anlaysis, one has to use the other listed procedures.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 15:37:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/246103#M12978</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2016-01-26T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: PRIOR statement in mixed procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/247256#M13039</link>
      <description>&lt;P&gt;I would like to add to Larry's comment. &amp;nbsp;C.R. Henderson showed in the 80s, based on a report from Laird and Ware, that using maximum likelihood estimates of the G and R matrices yields an empirical Bayes estimate of the random effects. &amp;nbsp;So even without sampling, mixed model estimates of the variance components are Bayesian, given the data. &amp;nbsp;This traces back to Harville's work that REML is related to Bayesian marginal inference.{Harville, D. A. (1974). Bayesian inference for variance components using only error contrasts. Biometrika 61, 383–385.}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I just proved I'm old...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 17:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PRIOR-statement-in-mixed-procedure/m-p/247256#M13039</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-02-01T17:36:10Z</dc:date>
    </item>
  </channel>
</rss>

