sampalgres-class {simctest}R Documentation

Class "sampalgres"

Description

Results returned by run - Internal.

Objects from the Class

Objects can be created by calls of the form new("sampalgres", ...).

Slots

p.value:

Object of class "numeric"

steps:

Object of class "numeric"

pos:

Object of class "numeric"

alg:

Object of class "sampalg"

gen:

Object of class "function"

Methods

confint

signature(object = "sampalgres", parm = "missing"): ...

contalg

signature(data = "sampalgres"): ...

getbounds

signature(data = "sampalgres"): ...

show

signature(object = "sampalgres"): ...

Author(s)

Axel Gandy

References

Gandy, A. (2009) Sequential Implementation of Monte Carlo Tests with Uniformly Bounded Resampling Risk. JASA 104(488):1504-1511.

Examples

showClass("sampalgres")

[Package simctest version 2.6 Index]