-
If you want a full course on Bayesian Multilevel models, there's the excellent "statistical rethinking": lectures/content here and code here
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
stan
Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
Otherwise, you can just put a Gaussian prior centered on zero and you're good to go. It provides less information, but it's still better than the implicit uniform prior of Frequentist methods that assume minus 5 trillion is as likely as 2 for the growth rate of a chick. Prior Predictive Checks (aka Posterior Predictive Checks on priors only, before they are updated by the data) will allow you to visualize if the combination of priors you provided generates realistic data, so it's easy to adjust them. For more info, you can check this and this.
-
Anyway, I found I can include weights into the brm function by using gr(RE, by = var) to deal with the heterogeneous variance and it should automatically assume that each observation within a group is correlated according to the brms reference manual.