create_sensitivity_config {agena.ai}R 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


[Package agena.ai version 1.1.1 Index]