View source: R/utilities-population.R
extendPopulationFromXLS | R Documentation |
Add user defined variability on parameters to a population from an excel file.
extendPopulationFromXLS(population, XLSpath, sheet = NULL)
population |
Object of type |
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 |
The method reads the information from the specified excel sheet(s)
and calls extendPopulationByUserDefinedParams
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.