Learn R Programming

nivm (version 0.5)

brkControl: Arguments for Algorithm Control for brkTest.

Description

Function that gives a list.

Usage

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

Value

a list with values names the same as the arguments.

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.

See Also

brkTest