View source: R/funOptimizeSim.R
funOptimizeSim | R Documentation |
Interface function to evaluate one parameter configuration
from babsimHospitalPara
funOptimizeSim(x, conf, data, ...)
x |
num: real values. Will be interpreted as parameter values for |
conf |
list with the following entries:
|
data |
list with simData and fieldData |
... |
additional variables |
This function returns a real value, that represents the combined rmse from the three beds types.
x <- getStartParameter() conf <- babsimToolsConf() data <- getObkData() err <- funOptimizeSim(x = x, conf = conf, data = data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.