# Get current MC table
current_table <- set_mctable()
# Set new MC table
mct <- data.frame(
mcnode = c("h_prev", "w_prev"),
description = c("Herd prevalence", "Within herd prevalence"),
mc_func = c("runif", "runif"),
sensi_analysis = c(TRUE, TRUE)
)
set_mctable(mct)
Run the code above in your browser using DataLab