brms

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者paul-buerkner/brms
主編程語言R
編程語言R (語言數: 3)
平台Linux, Mac, Windows
許可證GNU General Public License v2.0
所有者活动
創建於2015-06-17 16:29:31
推送於2025-05-14 21:19:16
最后一次提交2025-05-15 00:19:16
發布數56
最新版本名稱v2.22.0 (發布於 )
第一版名稱v0.3.0 (發布於 )
用户参与
星數1.3k
關注者數39
派生數195
提交數5.6k
已啟用問題?
問題數1547
打開的問題數125
拉請求數212
打開的拉請求數4
關閉的拉請求數22
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?