getL-methods {simctest} | R Documentation |
Methods for Function getL in Package ‘simctest’
Description
Returns the lower boundary for the stopping rule
Usage
##S4 method
getL(alg,ind)
Arguments
alg |
the sampling algorithm |
ind |
a vector of indices at which the lower stopping boundary should be returned |
Methods
- alg = "sampalgPrecomp"
the sampling algorithm to be used
Examples
getL(getalgprecomp(),1:100)
[Package simctest version 2.6 Index]