powered by
Function of isotonic regression.
bootIsotonicRegression(data, PROBABILITY.GAMMA = 0.5, baselinePava)
the same dataframe called by the boot function.
the target effect probability in the BCD experiment; default = 0.5 and need not be specified.
the dataframe prepared by the function preparePava.
# NOT RUN { library(ed50simulation) pavaData <- preparePava(groupS) bootIsotonicRegression(data = groupS, PROBABILITY.GAMMA = 0.5, baselinePava = pavaData) # }
Run the code above in your browser using DataLab