plotequalityCorrelationsByRows: plot for equality of two correlation matrices by rows test

Description Usage Arguments Author(s) See Also Examples

Description

graphical representation for the equality of two correlation matrices test by rows: confidence intervals of the test statistics.

Usage

1
2
3
## S3 method for class 'eqCorTestByRows'
plot(x, mains = c("AS CI", "max CI"), xlabs = c("",""), ylabs = c("",""), 
      pch = "-", ownCols = TRUE, ...)

Arguments

x

object of class eqCorTestByRows.

mains

vector of size two with main of plots (for average of squares test and extreme value test).

xlabs

vector of size two with xlabs of plots (for average of squares test and extreme value test).

ylabs

vector of size two with ylabs of plots (for average of squares test and extreme value test).

pch

pch given to identify confidence interval limits.

ownCols

if ownCols = TRUE green and black colors are generated with green lines identifying significant variables.

...

arguments passed to or from other methods to the low level.

Author(s)

Caballe, Adria <a.caballe@sms.ed.ac.uk>, Natalia Bochkina and Claus Mayer.

See Also

eqCorTestByRows for equality of two correlation matrices by rows test.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
EX2 <- pcorSimulatorJoint(nobs = 200, nclusters = 3, nnodesxcluster = c(60,40,50), 
                         pattern = "pow", diffType = "cluster", dataDepend = "diag", 
                         pdiff=0.5)
			               
#### eq corr by rows
## not run
#eqCorEX2 <- eqCorTestByRows(EX2$D1, EX2$D2, testStatistic = c("AS", "max"), 
#                            nite = 200, paired = TRUE, exact = TRUE, 
#                            subMatComp = FALSE, iniP = 1, finP = 40, 
#                            conf.level = 0.95)
#plot(eqCorEX2)         					

 

ldstatsHD documentation built on Aug. 14, 2017, 5:06 p.m.