Learn R Programming

simctest (version 2.5)

getL-methods: 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

Run this code
# NOT RUN {
   getL(getalgprecomp(),1:100)
# }

Run the code above in your browser using DataLab