Skip to contents

A configured table of Monte Carlo nodes used for modeling import risk scenarios, particularly focused on animal disease transmission pathways.

Usage

imports_mctable

Format

imports_mctable

A data frame with 7 rows and 7 columns:

mcnode

Node identifier used in Monte Carlo simulations

description

Human-readable description of what the node represents

mc_func

R function used for random number generation (e.g., runif, rnorm, rpert)

from_variable

Dependency reference to other variables if applicable

transformation

Mathematical transformations applied to the node values

sample_space

Allowed values for the input. Use min/max for numeric ranges (e.g., min=0, max=1) and explicit vectors for factors/logicals (e.g., c("a", "b", "c") or c(TRUE, FALSE))

sensi_variation

OAT variation expression using 'value' placeholder

Source

Simulated data for demonstration purposes