bootIsotonicResample {ed50}R Documentation

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

library(ed50)
pavaData <- preparePava(groupS)
bootIsotonicResample(data = groupS,
                      mle = list(baselinePava = pavaData,
                                    firstDose = 2.5,
                            PROBABILITY.GAMMA = 0.5))

[Package ed50 version 0.1.1 Index]