int_eval2 {sequential.pops} | R Documentation |
Simulation of an SPRT
Description
This function is called on Evaluation of Sequential probability ratio test,
SPRT.eval
.
Usage
int_eval2(pop_mean, obj, overdispersion.sim = NA, seed = NULL)
Arguments
pop_mean |
True population density. |
obj |
A SPRT object |
overdispersion.sim |
Overdispersion parameter or function for simulations. |
seed |
Optional seed for random count generation. |
Value
A list with average number of bouts required to reach a decision and recommendation for H1
[Package sequential.pops version 0.1.1 Index]