sens_unif_idata: Generate idata sets for sens_unif

Description Usage Arguments Details See Also Examples

Description

Generate idata sets for sens_unif

Usage

1
sens_unif_idata(pars, lower = 1/upper, upper = 3, .n = 100, ...)

Arguments

pars

named numeric vector of parameters

lower

multiplier for lower bound

upper

multiplier for upper bound

.n

number of replicates to simulate

...

not used

Details

It is important to note that lower and upper do not correspond to the min and max arguments for runif. Rather, they modify the current value of the parameter in a multiplicative way. For example, to simulate from uniform distributions that range from half the parameter value to double the parameter value, use lower equal to 0.5 and upper equal to 2.

See Also

sens_unif

Examples

1
2
3
pars <- c(CL = 1, VC = 2.2)

sens_unif_idata(pars, lower=0.67,upper=0.99, .n=5)

mrgsolve/mrgsolvetk documentation built on May 11, 2019, 4:19 p.m.