Learn R Programming

⚠️There's a newer version (2.32.7) of this package.Take me there.

rstan (version 2.19.3)

R Interface to Stan

Description

User-facing R functions are provided to parse, compile, test, estimate, and analyze Stan models by accessing the header-only Stan library provided by the 'StanHeaders' package. The Stan project develops a probabilistic programming language that implements full Bayesian statistical inference via Markov Chain Monte Carlo, rough Bayesian inference via 'variational' approximation, and (optionally penalized) maximum likelihood estimation via optimization. In all three cases, automatic differentiation is used to quickly and accurately evaluate gradients without burdening the user with the need to derive the partial derivatives.

Copy Link

Version

Install

install.packages('rstan')

Monthly Downloads

69,697

Version

2.19.3

License

GPL (>= 3)

Maintainer

Ben Goodrich

Last Published

February 11th, 2020

Functions in rstan (2.19.3)

lookup

Look up the Stan function that corresponds to a R function or name.
Rhat

Convergence and efficiency diagnostics for Markov Chains
expose_stan_functions

Expose user-defined Stan functions to R for testing and simulation
As.mcmc.list

Create an mcmc.list from a stanfit object
extract_sparse_parts

Extract the compressed representation of a sparse matrix
check_hmc_diagnostics

Check HMC diagnostics after sampling
monitor

Compute summaries of MCMC draws and monitor convergence
print

Print a summary for a fitted model represented by a stanfit object
makeconf_path

Obtain the full path of file Makeconf
rstan-plotting-functions

RStan Plotting Functions
sbc

Simulation Based Calibration (sbc)
rstan_options

Set and read options used in RStan
read_rdump

Read data in an R dump file to a list
stan

Fit a model with Stan
rstan.package.skeleton

Create a Skeleton for a New Source Package with Stan Programs
rstan-package

RStan --- the R interface to Stan
set_cppo

Defunct function to set the compiler optimization level
rstan_gg_options

Set default appearance options
sflist2stanfit

Merge a list of stanfit objects into one
read_stan_csv

Read CSV files of samples generated by (R)Stan into a stanfit object
loo.stanfit

Approximate leave-one-out cross-validation
log_prob-methods

log_prob and grad_log_prob functions
stan_rdump

Dump the data for a Stan model to R dump file in the limited format that Stan can read.
Plots

ggplot2 for RStan
rstan-internal

Internal Functions and Methods
Diagnostic plots

RStan Diagnostic plots
stan_demo

Demonstrate examples included in Stan
optimizing

Obtain a point estimate by maximizing the joint posterior
stan_version

Obtain the version of Stan
stanc

Translate Stan model specification to C++ code
gqs

Draw samples of generated quantities from a Stan model
as.array

Create array, matrix, or data.frame objects from samples in a stanfit object
traceplot

Markov chain traceplots
stan_model

Construct a Stan model
pairs.stanfit

Create a matrix of output plots from a stanfit object
vb

Run Stan's variational algorithm for approximate posterior sampling
sampling

Draw samples from a Stan model
summary-methods

Summary method for stanfit objects
stanfit-class

Class stanfit: fitted Stan model
plot-methods

Plots for stanfit objects
extract

Extract samples from a fitted Stan model
stanmodel-class

Class representing model compiled from C++