powered by
Implements Heaviside step function for use in nimble models, H(B) = 1 if B <= delta. For internal use only. Not intended to be called directly by users.
breakFun(B, delta)
1 if B <= delta, and 0 otherwise
B <= delta
argument to evaluate function at
breakpoint location
breakFun(B = 1, delta = 0)
Run the code above in your browser using DataLab