Learn R Programming

campsis (version 1.7.0)

BootstrapDistribution: Create a bootstrap distribution. During function sampling, CAMPSIS will generate values depending on the given data and arguments.

Description

Create a bootstrap distribution. During function sampling, CAMPSIS will generate values depending on the given data and arguments.

Usage

BootstrapDistribution(data, replacement = FALSE, random = FALSE)

Value

a bootstrap distribution

Arguments

data

values to draw, numeric vector

replacement

values can be reused or not, logical

random

values are drawn randomly, logical