Learn R Programming

exactamente (version 0.1.1)

boot_plot: Plot Bootstrap Distributions

Description

Generates a plot of the density estimates of a bootstrap distribution.

Usage

boot_plot(dens, title = "Distribution")

Value

A ggplot object showing the density estimates of a bootstrap sample statistic.

Arguments

dens

An object of class 'exboot', or 'regboot'

title

A plot title

See Also

exact_bootstrap