Closed SimonDedman closed 1 year ago
See Frances' approach: add a random expvar and if it turns out more important than other expvars - especially in a loop - then remove those expvars?
samples$RandomVar <- runif(n = nrow(samples))
See Frances' approach: add a random expvar and if it turns out more important than other expvars - especially in a loop - then remove those expvars?