GroupTest_simulate: Simulated data set to demonstrate the package

Description Usage Format Examples

Description

Simulated data set to demonstrate the package. In this data set, there are three groups. There are 3, 4, and 5 hypotheses respectively among the groups.

Usage

1
data("GroupTest_simulate")

Format

An array of lists.

Examples

1
2
3
4
5
data(GroupTest_simulate)

GT.test <- GT.wrapper( GroupTest_simulate, alpha=0.05, eta=alpha,
pi1.ini=0.7, pi2.1.ini=0.4, L=2, muL.ini=c(-1,1), sigmaL.ini=c(1,2),
cL.ini=c(0.4,0.6), DELTA=0.001, sigma.KNOWN=FALSE )

GroupTest documentation built on May 2, 2019, 9:26 a.m.