generate.smoothed.sampling.dist: Generates a smoothed sampling distribution (attempting to...

View source: R/simulate.R

generate.smoothed.sampling.distR Documentation

Generates a smoothed sampling distribution (attempting to eliminate lumps from undersampling, especially of intermediate values) from which

Description

Generates a smoothed sampling distribution (attempting to eliminate lumps from undersampling, especially of intermediate values) from which

Usage

generate.smoothed.sampling.dist(
  input.dist,
  values = NULL,
  smooth.func = smooth.daoh
)

Arguments

input.dist

The DAOH dataset on which to base the sampling distribution, as a vector.

values

The value that can the sampling distribution can take (default min(input.dist):max(input.dist), which will fail if not integer input)

Value

ggplot2 plot


mattmoo/daohtools documentation built on Feb. 5, 2023, 5:38 a.m.