bootstrap_sample: Generate boostrap sample on the provided population.

View source: R/bootstrap_sample.R

bootstrap_sampleR Documentation

Generate boostrap sample on the provided population.

Description

Generate boostrap sample on the provided population.

Usage

bootstrap_sample(pop, n, n_bootstraps)

Arguments

pop

Population data

n

Sample sizes (SBS sample size, PPS sample size).

n_bootstraps

Number of bootstrap samples.

Value

A summary data frame of the estimator.


biometryhub/RSS_package documentation built on Feb. 18, 2025, 11:56 p.m.