Learn R Programming

rstanarm (version 2.9.0-3)

pairs.stanreg: Pairs method for stanreg objects

Description

See pairs.stanfit for details.

Usage

## S3 method for class 'stanreg':
pairs(x, ...)

Arguments

x
A stanreg object returned by one of the rstanarm modeling functions.
...
Arguments to pass to pairs.stanfit.

Details

See the Details section in pairs.stanfit.

Examples

Run this code
pairs(example_model, pars = c("(Intercept)", "log-posterior"))

Run the code above in your browser using DataLab