seq_cv: Generate a sequence based on coefficient of variation

Description Usage Arguments Examples

View source: R/seq.R

Description

Generate a sequence based on coefficient of variation

Usage

1
seq_cv(point, cv = 30, n = 5, nsd = 2, digits = NULL)

Arguments

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 NULL (the default) all digits are retained

Examples

1
seq_cv(10)

mrgsim.sa documentation built on Nov. 30, 2020, 5:08 p.m.

Related to seq_cv in mrgsim.sa...