Description Usage Arguments Details Value Examples
Add random uncertainty for sensitivity analysis.
1 |
z |
vector, matrix, or data.frame of observations. |
perc |
numeric, percent of data range. |
unif |
logical, use default uniform distribution? Alternative is to use normal distribution. |
... |
further arguments passed to other functions. |
Adds noise, ignoring NA values. If unif=TRUE
, then
uniformly-distributed noise is bounded within perc
percent of the original data range. If unif=FALSE
,
then normally-distributed noise has standard deviation equal
to perc
percent of the original data range. Useful for
perturbing values for sensitivity analysis.
Matrix of noisified data of same dimensions as 'z'
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.