bootIsotonicResample {ed50} | R Documentation |
The function is designed as an argument for the boot function of the Canty Bootstrap package.
bootIsotonicResample(data, mle)
data |
Original experiment data. |
mle |
A list of additional arguments to be used by bootIsotonicResample. |
library(ed50)
pavaData <- preparePava(groupS)
bootIsotonicResample(data = groupS,
mle = list(baselinePava = pavaData,
firstDose = 2.5,
PROBABILITY.GAMMA = 0.5))