bootIsotonicRegression: Isotonic Regression Function

Description Usage Arguments Examples

Description

Function of isotonic regression.

Usage

1
bootIsotonicRegression(data, PROBABILITY.GAMMA = 0.5, baselinePava)

Arguments

data

the same dataframe called by the boot function.

PROBABILITY.GAMMA

the target effect probability in the BCD experiment; default = 0.5 and need not be specified.

baselinePava

the dataframe prepared by the function preparePava.

Examples

1
2
3
library(ed50)
pavaData <- preparePava(groupS)
bootIsotonicRegression(data = groupS, PROBABILITY.GAMMA = 0.5, baselinePava = pavaData)

Example output



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