store_abc_experiment_in_db: Store an ABC experiment in the simulation database

Description Usage Arguments

Description

Store an ABC experiment in the simulation database

Usage

1
2
3
4
store_abc_experiment_in_db(dblink, abc_settings, abc_results, parameters,
  measures, experiment_id = NULL, experiment_description = NULL,
  experiment_date = Sys.Date(), graph_results = FALSE,
  output_directory = NULL)

Arguments

dblink

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

abc_settings

Settings object created when running the ABC analysis

abc_results

Object produced by the EasyABC ABC_Sequential method, containing analysis results

parameters

The parameters of the simulation that are being analysed

measures

Simulation output responses

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 the graphs should be plotted

output_directory

If graph_results is TRUE, where the graph should be plotted to


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