data(zfishbeh)
# 2 simulated sample curves +
# using two thresholds +
# mask the response at the higest concentration
# only to output the act_set
out <- combi_run_rcurvep(
zfishbeh,
n_samples = 2,
TRSH = c(5, 10),
mask = 1,
keep_sets = "act_set")
# create the zfishdev_act dataset
# \donttest{
data(zfishdev_all)
zfishdev_act <- combi_run_rcurvep(
zfishdev_all, n_samples = 100, keep_sets = c("act_set"),TRSH = seq(5, 95, by = 5),
RNGE = 1000000, CARR = 20, seed = 300
)
# }
Run the code above in your browser using DataLab