# It is suggested to use na.omit on the dataset to see if any data will be removed
# \donttest{
# use hill + cnst model
fitd <- run_fit(zfishbeh, modls = c("hill", "cnst"))
# use only hill model and fit only to the decreasing direction, keep only the fit_set output
fitd <- run_fit(zfishbeh, modls = "hill", keep_sets = "fit_set", hill_pdir = -1)
# use cc2 model + higher classification SD
fitd <- run_fit(zfishbeh, modls = "cc2", cc2_classSD = 10)
# fit to the bootstrap samples using hill
fitd <- run_fit(zfishbeh, n_samples = 2, modls = "hill")
# }
Run the code above in your browser using DataLab