-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
formulaanddata.frameplus 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... -
Modeling functions
-
Prior distributions
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.