pairs.BANOVA | R Documentation |
BANOVA
objectA pairs
method that is customized for MCMC output.
## S3 method for class 'BANOVA' pairs(x, ...)
x |
an object of class |
... |
Further arguments to be passed to
|
For a detailed description see pairs.stanfit
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]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.