powered by
Generate a sequence based on coefficient of variation
seq_cv(point, cv = 30, n = 5, nsd = 2, digits = NULL)
reference parameter value.
coefficient of variation.
number of values to simulate in the sequence.
number of standard deviations defining the range of simulated \ parameter values.
number of significant digits in the answer; if NULL (the default) all digits are retained.
NULL
seq_cv(10) seq_cv(5, n = 10)
Run the code above in your browser using DataLab