Learn R Programming

ed50simulation (version 0.1.1)

bootIsotonicResample: The resample function of isotonic regression

Description

The function is designed as an argument for the boot function of the Canty Bootstrap package.

Usage

bootIsotonicResample(data, mle)

Arguments

data

Original experiment data.

mle

A list of additional arguments to be used by bootIsotonicResample.

Examples

Run this code
# NOT RUN {
library(ed50simulation)
pavaData <- preparePava(groupS)
bootIsotonicResample(data = groupS,
                      mle = list(baselinePava = pavaData,
                                    firstDose = 2.5,
                            PROBABILITY.GAMMA = 0.5))
# }

Run the code above in your browser using DataLab