# basic dose response curve
minnow_sd %>% dose_response()
# modify the minimum number of points on the curve
minnow_sd %>% dose_response(n=10)
# select a subset of the effect range
minnow_sd %>% dose_response(range=c(10,20))
# use an alternative strategy for the selection of multiplication factors
minnow_sd %>% dose_response(strategy="decadic")
# provide additional output how multiplication factors were selected
minnow_sd %>% dose_response(verbose=TRUE)
Run the code above in your browser using DataLab