R/zzz.R

utils::globalVariables(c(
  "multiRL.env",
  # variables
  "idinfo", "exinfo", "behave", "cue", "rsp", "state",
  # model
  "data", "behrule", "colnames", "funcs", "priors", "settings",
  # LBI
  "seed", "core", "algorithm",
  # MLE
  "iter", "pars", "size", "dash",
  # MAP
  "diff", "patience", 
  # SBI
  "sample", "train", "scope", 
  # ABC
  "tol", "reduction", "ncomp", "metric",
  # RNN,
  "layer", "loss", "info", "units", "dropout", "L", "penalty", 
  "batch_size", "epochs", "keras3", "backend", "check"
))

Try the multiRL package in your browser

Any scripts or data that you put into this service are public.

multiRL documentation built on March 31, 2026, 5:06 p.m.