plot.PSAboot: Plot the results of PSAboot

View source: R/plot.PSAboot.R

plot.PSAbootR Documentation

Plot the results of PSAboot

Description

Plot the results of PSAboot

Usage

## S3 method for class 'PSAboot'
plot(
  x,
  sort = "all",
  ci.sig.color = "red",
  plot.overall = FALSE,
  plot.bootstrap = TRUE,
  ...
)

Arguments

x

result of PSAboot.

sort

how the sort the rows by mean difference. Options are to sort using the mean difference from matching, stratification, both individually, or no sorting.

ci.sig.color

the color used for confidence intervals that do not span zero.

plot.overall

whether to plot vertical lines for the overall (non-bootstrapped) estimate and confidence interval.

plot.bootstrap

whether to plot vertical lines for the bootstrap pooled estimate and confidence interval.

...

currently unused.

Value

a ggplot2 expression.


jbryer/PSAboot documentation built on Oct. 29, 2023, 10 a.m.