RunModels {hivModelling}R Documentation

Run all models

Description

Executes all the specified models

Usage

RunModels(argsList = NULL, executionPlan = future::sequential)

Arguments

argsList

List of arguments to be passed to context (one per model run). Default = NULL

executionPlan

Execution plan for the job planner (see package future). Default = sequential

Value

list object containing context, data and model objects

Examples

RunModels()


[Package hivModelling version 0.9.13 Index]