brkTest
.Function that gives a list.
brkControl(alpha = 0.025, alphastar = 0.001, ngrid = 1000)
a list with values names the same as the arguments.
significance level for test
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.
number of elements in the grid search over the control proportion.
brkTest