generate.smoothed.sampling.dist | R Documentation |
Generates a smoothed sampling distribution (attempting to eliminate lumps from undersampling, especially of intermediate values) from which
generate.smoothed.sampling.dist( input.dist, values = NULL, smooth.func = smooth.daoh )
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) |
ggplot2 plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.