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
發布數55
最新版本名稱v2.21.0 (發布於 )
第一版名稱v0.3.0 (發布於 )
創建於2015-06-17 16:29:31
推送於2024-05-14 06:38:23
最后一次提交2024-05-14 08:38:23
星數1.2k
關注者數46
派生數176
提交數5.4k
已啟用問題?
問題數1450
打開的問題數108
拉請求數182
打開的拉請求數7
關閉的拉請求數16
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部