bootIsotonicResample: The resample function of isotonic regression

Description Usage Arguments Examples

Description

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

Usage

1

Arguments

data

Original experiment data.

mle

A list of additional arguments to be used by bootIsotonicResample.

Examples

1
2
3
4
5
6
library(ed50)
pavaData <- preparePava(groupS)
bootIsotonicResample(data = groupS,
                      mle = list(baselinePava = pavaData,
                                    firstDose = 2.5,
                            PROBABILITY.GAMMA = 0.5))

ed50 documentation built on May 2, 2019, 7:29 a.m.