bootIsotonicRegression {ed50} | R Documentation |
Function of isotonic regression.
bootIsotonicRegression(data, PROBABILITY.GAMMA = 0.5, baselinePava)
data |
the same dataframe called by the boot function. |
PROBABILITY.GAMMA |
the target effect probability in the BCD experiment; default = 0.5 and need not be specified. |
baselinePava |
the dataframe prepared by the function preparePava. |
library(ed50) pavaData <- preparePava(groupS) bootIsotonicRegression(data = groupS, PROBABILITY.GAMMA = 0.5, baselinePava = pavaData)