simpact.config.inputs.add.sample: Resampling of Simpact config input parameters to be...

Description Usage Arguments Value

View source: R/simpact.config.inputs.add.sample.R

Description

This is the first step in setting up for the multivator/emulator parameter estimation. The user needs to list all the parameters that needs to be estimated and also specify the boundaries for these parameters The dataframe that is returned includes the design matrix ([0,1] random numbers for each parameter) and the specific parameter value that will be used to run simpact as used in the initial set up

Usage

1
2
simpact.config.inputs.add.sample(datalist = datalist, resample.points = 10,
  set.seed.new = 1, ...)

Arguments

datalist

the dataframe produced by simpact.wrapper.easyABC.run

resample.points

Number of points to be added standard varied simpact parameters

set.seed.new

In case cluster, you need to be using different seed for resampling

...

a set of parameter boundaries to be used for new re-sampling

Value

dataframe with resampled parameter values to be used with simpact.run


wdelva/RSimpactHelp documentation built on Dec. 26, 2019, 3:42 a.m.