Plot the results of PSAboot
# S3 method for PSAboot
plot(
x,
sort = "all",
ci.sig.color = "red",
plot.overall = FALSE,
plot.bootstrap = TRUE,
...
)
a ggplot2 expression.
result of PSAboot
.
how the sort the rows by mean difference. Options are to sort using the mean difference from matching, stratification, both individually, or no sorting.
the color used for confidence intervals that do not span zero.
whether to plot vertical lines for the overall (non-bootstrapped) estimate and confidence interval.
whether to plot vertical lines for the bootstrap pooled estimate and confidence interval.
currently unused.