Learn R Programming

simctest (version 2.5)

sampalgres-class: Class "sampalgres"

Description

Results returned by run - Internal.

Arguments

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"): ...

References

Gandy, A. (2009) Sequential Implementation of Monte Carlo Tests with Uniformly Bounded Resampling Risk. To appear in JASA.

Examples

Run this code
# NOT RUN {
showClass("sampalgres")
# }

Run the code above in your browser using DataLab