sens_unif_idata: Generate idata sets for sens_unif

View source: R/sens_unif.R

sens_unif_idataR Documentation

Generate idata sets for sens_unif

Description

Generate idata sets for sens_unif

Usage

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

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

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



mhismail/mrgsolvetk documentation built on May 7, 2023, 1:52 p.m.