-
-
Notifications
You must be signed in to change notification settings - Fork 134
Home
Welcome to the rstanarm Wiki.
For installation instructions see the README.
-
Description
rstanarm estimates pre-compiled regression models using the rstan package, which provides the R interface to the Stan C++ library for Bayesian estimation. Users specify models via the customary R syntax with a
formula
anddata.frame
plus some additional arguments for priors. Continue reading... -
Estimation algorithms
The modeling functions in the rstanarm package take an algorithm argument that can be one
sampling
(Markov Chain Monte Carlo),meanfield
(Mean-field variational inference),fullrank
(Full-rank variational inference), oroptimizing
(LBGFS optimization). Continue reading...
To report a bug or request a feature please submit an issue.
If you are interested in contributing to the development of rstanarm please see the Contributing page.