compareCI: Check the sensitivity of credible intervals for the same data...

Description Usage Arguments Examples

View source: R/compareCI.R

Description

Check the sensitivity of credible intervals for the same data fit to different models to different priors

Usage

1
compareCI(list, model.names = "default", adj = 0.75)

Arguments

list

a list of tidy summaries where the summaries are all of the same model with the same parameters. This may require some preparation on your part.

model.names

an optional character vector of model names.

adj

the amount of space between intervals, deaults to .75

Examples

1
2
3
4
s1 = post_summary(model1, keeppars = c("Intercept", "beta"))
s2 = post_summary(model2, keeppars = c("Intercept", "beta"))
s3 = post_summary(model3, keeppars = c("Intercept", "beta"))
compareCI(list(s1, s2, s3))

abnormally-distributed/Bayezilla documentation built on Oct. 31, 2019, 1:57 a.m.