boot_plot {exactamente}R Documentation

Plot Bootstrap Distributions

Description

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

Usage

boot_plot(dens, title = "Distribution")

Arguments

dens

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

title

A plot title

Value

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

See Also

exact_bootstrap


[Package exactamente version 0.1.1 Index]