create_sensitivity_config: Create configuration object for sensitivity analysis

View source: R/RAgena.R

create_sensitivity_configR Documentation

Create configuration object for sensitivity analysis

Description

See agena.ai manual for sensitivity analyis configuration

Usage

create_sensitivity_config(
  target,
  sensitivity_nodes,
  dataset = NULL,
  network = NULL,
  report_settings = NULL
)

Arguments

target

target node in the network

sensitivity_nodes

a set of sensitivity nodes in the network

dataset

a dataSet in the model

network

a network in the model

report_settings

a list of report settings

Value

sensitivity config object


agena.ai documentation built on Sept. 26, 2023, 5:11 p.m.