confint-methods: Methods for Function run in Package 'simctest'

Description Usage Arguments Methods Examples

Description

Computes a confidence interval for the p-value

Usage

1
confint(object,parm,level=0.95,...)

Arguments

object

An object of type sampalgres resulting from a previous call to run or cont.

parm

must be missing.

level

the desired coverage probability.

...

additional argument(s). Currently not used

Methods

object = "ANY", parm = "ANY"

Generic function: see confint.

object = "sampalgres", parm = "missing"

Computes a confidence interval for the p-value with the coverage probability given by level.

Examples

1
2
3
4
alg<-getalgonthefly()
res <- run(alg, function() runif(1)<0.05);
res
confint(res)

simctest documentation built on Nov. 4, 2019, 5:08 p.m.