brkControl {nivm} | R 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
[Package nivm version 0.5 Index]