Add user defined variability on parameters to a population from an excel file.
Source:R/utilities-population.R
extendPopulationFromXLS.Rd
Add user defined variability on parameters to a population from an excel file.
Arguments
- population
Object of type
Population
- XLSpath
Path to the excel file that stores the information of parameters. The file must have the columns "Container Path", "Parameter Name", "Mean", "SD", "Units", and "Distribution". Mean and SD values must be in the base units of the parameters.
- sheet
Name or the index of the sheet in the excel file. If
NULL
, the first sheet in the file is used.