psig: Proportion of runs achieving statistical significance

Description Usage Arguments Value See Also Examples

Description

Proportion of runs achieving statistical significance

Usage

1
psig(x, alpha = 0.05)

Arguments

x

Vector or matrix where each row is a single run

alpha

alpha level (default=.05)

Value

A vector with the proportion of significant runs.

See Also

pconv

Examples

1
2
3
4
5
6
7
8
nmc <- 10
pmx <- cbind(randParams(genParamRanges(), nmc, 1001), seed=mkSeeds(nmc, 1001))

res <- mcRun("fitanova", mcr.fnArgs=list(wsbi=FALSE),
             mcr.datFn="mkDf", mcr.datArgs=list(wsbi=FALSE),
             mcr.varying=pmx)

psig(res[,c("p1","p2","pmf","pmax")])

dalejbarr/simgen documentation built on May 14, 2019, 3:32 p.m.