seq_cv | R Documentation |
Generate a sequence based on coefficient of variation
seq_cv(point, cv = 30, n = 5, nsd = 2, digits = NULL)
point |
reference parameter value. |
cv |
coefficient of variation. |
n |
number of values to simulate in the sequence. |
nsd |
number of standard deviations defining the range of simulated \ parameter values. |
digits |
number of significant digits in the answer; if |
seq_cv(10)
seq_cv(5, n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.