pairs.BANOVA: Create a matrix of output plots from a 'BANOVA' object

Description Usage Arguments Details Examples

View source: R/pairs.R

Description

A pairs method that is customized for MCMC output.

Usage

1
2
## S3 method for class 'BANOVA'
pairs(x, ...)

Arguments

x

an object of class "BANOVA"

...

Further arguments to be passed to pairs.stanfit

Details

For a detailed description see pairs.stanfit

Examples

1
2
3
4
5
6
library(rstan)
data(ipadstudy)
res_1 <- BANOVA.run(attitude~owner + age + gender + selfbrand*conspic, 
model_name = 'Normal', data = ipadstudy, id = 'id', iter = 1000, 
thin = 1, chains = 2)
# pairs(res_1, pars = c("beta1[1]","beta1[2]"))

BANOVAapp/BANOVA_R documentation built on May 3, 2021, 6:30 a.m.