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(ed50simulation)
pavaData <- preparePava(groupS)
bootIsotonicResample(data = groupS,
                      mle = list(baselinePava = pavaData,
                                    firstDose = 2.5,
                            PROBABILITY.GAMMA = 0.5))

ed50simulation documentation built on Oct. 30, 2019, 9:57 a.m.