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"
~~describe this method here

Examples

   getL(getalgprecomp(),1:100)

[Package simctest version 1.0-0 Index]