<?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: Hierarchical Bayes Model in SAS? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113082#M5953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the latest documentation for PROC MCMC. I am pretty sure there is something on multiple levels. You would typically use so-called hierarchical centering. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 15:48:50 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2014-07-24T15:48:50Z</dc:date>
    <item>
      <title>Hierarchical Bayes Model in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113078#M5949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to implement a Hierarchical Bayes Model in SAS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My model is a Hierarchical Bayes version of a Vector Auto-regressive Model with Covariates (VARX) where individual level covariates effects are drawn from a "segment/product-level" distribution, which is in turn drawn from a "population-level" distribution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a quite complex model but I'd like to start with something simple like:&lt;/P&gt;&lt;P&gt;- Y_ijt=alpha_ij*X_ijt+eps_ijt (customer level equation: where i is the customer index, j is the segment/product index and t is the time.), where&lt;/P&gt;&lt;P&gt;- alpha_ij ~ N(alpha_j,sigma_j) (segment/product level equation) and &lt;/P&gt;&lt;P&gt;- alpha_j ~ N(alpha_0,sigma_0) (population level equation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this model is not a VARX model but if I could start with a simple example that would help me to implement the complete estimator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any experience with the estimation of such models in SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 09:48:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113078#M5949</guid>
      <dc:creator>nicogla</dc:creator>
      <dc:date>2012-10-31T09:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Bayes Model in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113079#M5950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used PROC MCMC for some hierarchical models, but not for anything like this, so I don't have the experience needed to help much, other than to point you at the documentation and examples therein.&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>Wed, 31 Oct 2012 12:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113079#M5950</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-10-31T12:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Bayes Model in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113080#M5951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this question not anwered somewhere else, because I have a similar problem? I work under SAS 9.3 and want to fit a hierarchical random effects model with 3 levels (e.g. school, class, student data with school and class random effects). All the examples I find only treat the 2 level case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 11:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113080#M5951</guid>
      <dc:creator>bert_db</dc:creator>
      <dc:date>2014-07-23T11:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Bayes Model in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113081#M5952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything that would work to do this in SAS.&amp;nbsp; You may need to look at the R package, which I think is called MCMCglmm.&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>Wed, 23 Jul 2014 12:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113081#M5952</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-07-23T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Bayes Model in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113082#M5953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the latest documentation for PROC MCMC. I am pretty sure there is something on multiple levels. You would typically use so-called hierarchical centering. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 15:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113082#M5953</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-07-24T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Bayes Model in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113083#M5954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On an interesting tangent, the PRIOR statement in MIXED looks like it might be applicable, as most hierarchical models are variance component models (the first restriction I ran into).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back to MCMC--Example 59.8 in the SAS/STAT13.1 documentation has a multilevel example, which looks like it would be easy enough to generalize to this situation.&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, 24 Jul 2014 18:17:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113083#M5954</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-07-24T18:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Bayes Model in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113084#M5955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help both, it was very helpful! My program works right now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 13:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Hierarchical-Bayes-Model-in-SAS/m-p/113084#M5955</guid>
      <dc:creator>bert_db</dc:creator>
      <dc:date>2014-08-25T13:49:00Z</dc:date>
    </item>
  </channel>
</rss>

