View source: R/utilities-population.R
extendPopulationByUserDefinedParams | R Documentation |
Add user defined variability on parameters to a population.
extendPopulationByUserDefinedParams(
population,
parameterPaths,
meanValues,
sdValues,
distributions = Distributions$Normal
)
population |
Object of type |
parameterPaths |
Vector of parameter path for which the variability is to be added. |
meanValues |
Vector of mean values of the parameters. Must have the same
length as |
sdValues |
Vector of standard deviation values of the parameters. Must
have the same length as |
distributions |
Type of distribution from which the random values will
be sampled. Must have the same length as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.