brkControl: Arguments for Algorithm Control for 'brkTest'.

Description Usage Arguments Value See Also

View source: R/RKFunctions.R

Description

Function that gives a list.

Usage

1
brkControl(alpha = 0.025, alphastar = 0.001, ngrid = 1000)

Arguments

alpha

significance level for test

alphastar

a value that is much much less than the significance level. Used to speed up calculations since we group all values less than alphastar together and do not need to add them one-at-a-time.

ngrid

number of elements in the grid search over the control proportion.

Value

a list with values names the same as the arguments.

See Also

brkTest


nivm documentation built on May 2, 2019, 8:22 a.m.