Plot bootstrap statistics
bootstrap_plot.RdThis function creates a plot of bootstrapped statistics using ggplot2.
Arguments
- data
A data frame containing the data to be plotted.
- statistics
An optional vector of statistics to include in the plot.
- bootstat
An optional vector of bootstrapped statistics to include in the plot.
- type
The type of plot to create, either "mean" (default) or "box".
- ...
Additional arguments passed to ggplot2.