rstan (version 2.14.1)

rstan-package: RStan --- R interface to Stan

Description

stanlogo.pngoptions: width="50px" alt="mc-stan.org" Stan Development Team

RStan is the R interface to the Stan C++ package. RStan provides

  • full Bayesian inference using the No-U-Turn sampler (NUTS), a variant of Hamiltonian Monte Carlo (HMC)
  • approximate Bayesian inference using automatic differentiation variational inference (ADVI)
  • penalized maximum likelihood estimation using L-BFGS optimization

For more information about Stan visit http://mc-stan.org/.

Arguments

Details

Package:
rstan
License:
GPL-3
For more information on Stan and its modeling language, see the Stan Modeling Language User's Guide and Reference Manual available at http://mc-stan.org/.

References

Stan Development Team Stan Modeling Language User's Guide and Reference Manual. http://mc-stan.org/.

See Also

The stan function for details on fitting models and stanfit for information on the fitted model objects. Several related R packages are also available from the Stan Development Team: loo (loo-package) offers model comparison on estimated out-of-sample predictive performance, shinystan (shinystan-package) provides the ShinyStan GUI for exploring fitted Bayesian models, and rstanarm is an appendage to rstan providing an R formula interface for Bayesian regression modeling.