interval_plot: Generic plotting of intervals from a tidy summary

Description Usage Arguments Examples

Description

Generic plotting of intervals from a tidy summary

Usage

1
2
3
4
interval_plot(terms, estimates, lower, upper, H0 = 0,
  point.color = "firebrick2", point.size = 4.75, point.shape = 18,
  bar.color = "dodgerblue2", bar.size = 0.85,
  h0.line.color = "white")

Arguments

terms

the column containing the terms

estimates

the column containing the estimates

lower

the column containing the lower limit of the intervals

upper

the column containing the upper limit of the intervals

H0

the null hypothesis. defaults to 0.

point.color

point color

point.size

point size

point.shape

default to 18 (diamond)

bar.color

bar color

bar.size

bar size

h0.line.color

standard error bar color

Examples

1

abnormally-distributed/abdisttools documentation built on May 5, 2019, 7:07 a.m.