Description Usage Arguments Examples
Check the sensitivity of credible intervals for the same data fit to different models to different priors
1 |
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 |
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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.