https://github.com/cran/brms
Raw File
Tip revision: f1320c1bce438718bf4988e6dc530959f49b43a5 authored by Paul-Christian Bürkner on 29 August 2019, 14:50:07 UTC
version 2.10.0
Tip revision: f1320c1
DESCRIPTION
Package: brms
Encoding: UTF-8
Type: Package
Title: Bayesian Regression Models using 'Stan'
Version: 2.10.0
Date: 2019-08-27
Authors@R: person("Paul-Christian", "Bürkner", email = "paul.buerkner@gmail.com",
  role = c("aut", "cre"))
Depends: R (>= 3.5.0), Rcpp (>= 0.12.0), methods
Imports: rstan (>= 2.19.2), ggplot2 (>= 2.0.0), loo (>= 2.1.0), Matrix
        (>= 1.1.1), mgcv (>= 1.8-13), rstantools (>= 1.5.1), bayesplot
        (>= 1.5.0), shinystan (>= 2.4.0), bridgesampling (>= 0.3-0),
        glue (>= 1.3.0), matrixStats, nleqslv, nlme, coda, abind,
        future, stats, utils, parallel, grDevices, backports
Suggests: testthat (>= 0.9.1), RWiener, mice, spdep, mnormt, lme4,
        MCMCglmm, splines2, ape, arm, statmod, digest, R.rsp, knitr,
        rmarkdown
Description: Fit Bayesian generalized (non-)linear multivariate multilevel models
    using 'Stan' for full Bayesian inference. A wide range of distributions 
    and link functions are supported, allowing users to fit -- among others -- 
    linear, robust linear, count data, survival, response times, ordinal, 
    zero-inflated, hurdle, 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, meta-analytic 
    standard errors, and quite a few more. In addition, all parameters of the 
    response distribution can be predicted in order to perform distributional 
    regression. 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 and leave-one-out cross-validation. References: Bürkner (2017)
    <doi:10.18637/jss.v080.i01>; Bürkner (2018) <doi:10.32614/RJ-2018-017>;
    Carpenter et al. (2017) <doi:10.18637/jss.v076.i01>.
LazyData: true
NeedsCompilation: no
License: GPL (>= 3)
URL: https://github.com/paul-buerkner/brms,
        http://discourse.mc-stan.org
BugReports: https://github.com/paul-buerkner/brms/issues
VignetteBuilder: knitr, R.rsp
RoxygenNote: 6.1.1
Packaged: 2019-08-29 10:29:25 UTC; paulb
Author: Paul-Christian Bürkner [aut, cre]
Maintainer: Paul-Christian Bürkner <paul.buerkner@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-29 15:50:07 UTC
back to top