
Example Monte Carlo Input Table for Import Risk Assessment
Source:R/imports_mctable.R
imports_mctable.RdA configured table of Monte Carlo nodes used for modeling import risk scenarios, particularly focused on animal disease transmission pathways.
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")orc(TRUE, FALSE))- sensi_variation
OAT variation expression using 'value' placeholder