Learn R Programming

simctest (version 2.6)

mcpres-class: Class "mcpres"

Description

Result returned by mcp

Arguments

Objects from the Class

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

Slots

int:

Object of class "numeric"

cp:

Object of class "numeric"

beta:

Object of class "numeric"

N:

Object of class "numeric"

effort:

Object of class "numeric"

rescount:

Object of class "numeric"

truncated:

Object of class "logical"

taccepted:

Object of class "logical"

Methods

show

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

References

Gandy, A. and Rubin-Delanchy, P (2013). An Algorithm to compute the power of Monte Carlo tests with guaranteed precision. Annals of Statistics, 41(1):125--142.

Examples

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

Run the code above in your browser using DataLab