brms

brms R包,用于贝叶斯广义多变量非线性多层次模型,使用Stan。「brms R package for Bayesian generalized multivariate non-linear multilevel models using Stan」

Github stars Tracking Chart

brms

Build
Status
Coverage
Status
CRAN
Version
Downloads

Overview

The brms package provides an interface to fit Bayesian generalized
(non-)linear multivariate multilevel models using Stan, which is a C++
package for performing full Bayesian inference (see
http://mc-stan.org/). The formula syntax is very similar to that of
the package lme4 to provide a familiar and simple interface for
performing regression analyses. A wide range of response distributions
are supported, allowing users to fit – among others – linear, robust
linear, count data, survival, response times, ordinal, zero-inflated,
and even self-defined mixture models all in a multilevel context.
Further modeling options include non-linear and smooth terms,
auto-correlation structures, censored data, missing value imputation,
and quite a few more. In addition, all parameters of the response
distribution can be predicted in order to perform distributional
regression. Multivariate models (i.e., models with multiple response
variables) can be fit, as well. Prior specifications are flexible and
explicitly encourage users to apply prior distributions that actually
reflect their beliefs. Model fit can easily be assessed and compared
with posterior predictive checks, cross-validation, and Bayes factors.

Resources

How to use brms

library(brms)

As a simple example, we use poisson regression to model the seizure
counts in epileptic patients to investigate whether the treatment
(represented by variable Trt) can reduce the seizure counts and
whether the effect of the treatment varies with the (standardized)
baseline number of seizures a person had before treatment (variable
zBase). As we have multiple observations per person, a group-level
intercept is incorporated to account for the resulting dependency in the
data.

fit1 <- brm(count ~ zAge + zBase * Trt + (1

Overview

Name With Ownerpaul-buerkner/brms
Primary LanguageR
Program languageR (Language Count: 3)
PlatformLinux, Mac, Windows
License:GNU General Public License v2.0
Release Count55
Last Release Namev2.21.0 (Posted on )
First Release Namev0.3.0 (Posted on )
Created At2015-06-17 16:29:31
Pushed At2024-04-30 06:28:34
Last Commit At2024-04-30 08:28:32
Stargazers Count1.2k
Watchers Count46
Fork Count176
Commits Count5.4k
Has Issues Enabled
Issues Count1446
Issue Open Count104
Pull Requests Count181
Pull Requests Open Count7
Pull Requests Close Count16
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top