reskew_precis_plot: A custom precis plot function

Description Usage Examples

Description

This function is a modified version of rethinking's plot method for precis objects. It allows for custom x-axis limits and specification of row labels.

Usage

1
2
reskew_precis_plot(x, y, pars, labels, cex, col.ci = "black",
  xlab = "Value", xlim...)

Examples

1
2
3
4
my.precis.object <- rethinking::precis(my.dataframe, prob = 0.95)

reskew_precis_plot(my.precis.object, xlab = "Parameter Estimate",
                   labels = my.custom.labels, xlim = c(-2, 8))

eveskew/reskew documentation built on May 16, 2019, 7:10 p.m.