BuildKModels: BuildKModels: Build kriged proxy models

Description Usage Arguments Details Value

View source: R/06_runhm.R

Description

This function creates a kriged model from the experimental design, the simulation results, and the chosen response variables.

Usage

1
2
BuildKModels(hmvars = NULL, member_error = NULL, model_selection = NULL,
  basedir = "tmp")

Arguments

hmvars

The hmvars object has the experimental design that was used to create the simulation decks.

member_error

This contains errors calculated from the results of the simulation runs for each design point (i.e. each row) of the experimental design, and is the output of the ErrorByMember function.

model_selection

This is output by the SelectModels function, and contains the filters to be used on the member error data to select the appropriate data for each kriged model.

basedir

The path to the base directory of a simulation project. The default is a subdirectory of the current directory called "tmp". This is necessary for saving the results.

Details

blah

Value

Returns a list of kriged models, one model for each of the elements selected in the model selection object


gerwathome/runOPM documentation built on May 20, 2019, 4:05 p.m.