bootIsotonicRegression: Isotonic Regression Function

Description Usage Arguments Examples

View source: R/bootIsotonicRegression.R

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(ed50simulation)
pavaData <- preparePava(groupS)
bootIsotonicRegression(data = groupS, PROBABILITY.GAMMA = 0.5, baselinePava = pavaData)

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