Learn R Programming

highD2pop (version 1.0)

SK.sim: Srivastava and Kubokawa Simulator

Description

Performs the test from Srivastava and Kubokawa (2013) on multiple data sets generated by build2popData.

Usage

SK.sim(DATA)

Arguments

DATA
an object returned by build2popData.

Value

TSvalues
values of the test statistic.
pvalues
the p values.

References

Srivastava, M. S. and Kubokawa, T. (2013). Tests for multivariate analysis of variance in high dimension under non-normality. Journal of Multivariate Analysis 115, 204216.

See Also

SK.test

Examples

Run this code
	
## Not run: 
# DATA <-build2popData(	
# 	n = 15,
# 	m = 20,
# 	p = 500,
# 	muX = rep(0,500),
# 	muY = rep(0,500),
# 	commoncov = FALSE,
# 	VarScaleY = 1,
# 	dep = "ARMA",
# 	ARMAparms = list(coefs=list(ma=c(.2,.3) , ar=c(.4,-.1))),
# 	LRparm = .75,
# 	S = 25,
# 	innov = function(n,...) rnorm(n,0,1),
# 	heteroscedastic=TRUE,
# 	het.diag = diag(.1 + rexp(500,1/2))
# 	)	
# 	
# SK.sim(DATA)
# 
# ## End(Not run)

Run the code above in your browser using DataLab