Learn R Programming

rstanarm (version 2.10.1)

pairs.stanreg: Pairs method for stanreg objects

Description

See pairs.stanfit for details.

Usage

"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
if (!exists("example_model")) example(example_model)
pairs(example_model, pars = c("(Intercept)", "log-posterior"))

Run the code above in your browser using DataLab