brkControl: Arguments for Algorithm Control for 'brkTest'.

View source: R/RKFunctions.R

brkControlR Documentation

Arguments for Algorithm Control for brkTest.

Description

Function that gives a list.

Usage

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 July 4, 2024, 1:10 a.m.