analyse_and_add_emulated_efast_to_db: Take a set of emulated efast experiments, add to database,...

Description Usage Arguments

Description

Take a set of emulated efast experiments, add to database, and run eFAST analysis

Usage

1
2
3
4
5
analyse_and_add_emulated_efast_to_db(dblink, parameter_value_set, emulator,
  parameters, measures, experiment_id = NULL,
  experiment_description = NULL, experiment_date = Sys.Date(),
  graph_results = FALSE, output_directory = NULL,
  normalise_sample = FALSE, normalise_result = FALSE)

Arguments

dblink

A link to the database in which this table is being created

parameter_value_set

Set of parameters used in the experiment. Expects an R object generated by spartan

emulator

Emulator or ensemble object to use to generate predictions in place of original simulation generated by spartan method emulate_efast_sampled_parameters

parameters

The parameters of the simulation that are being analysed

measures

The measures of the simulation that are being assessed

experiment_id

Experiment ID for the results being added. May be NULL if description and date specified

experiment_description

A description of this experiment. May be NULL if adding by experiment ID

experiment_date

Date experiment created. May be NULL if adding by experiment ID

graph_results

Whether analysis should be plotted once complete

output_directory

If graph_results is TRUE, where analysis should be plotted to on the file system

normalise_sample

Whether the generated sample being used to make predictions should be normalised prior to input into simulator

normalise_result

Whether the result that comes out of the emulator needs to be rescaled (using the scales held in the emulator)


kalden/spartanDB documentation built on May 15, 2019, 12:02 p.m.