Description Usage Arguments Author(s) See Also Examples
graphical representation for the equality of two correlation matrices test by rows: confidence intervals of the test statistics.
| 1 2 3 | 
| x | object of class  | 
| 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 | 
 | 
| ownCols | if  | 
| ... | arguments passed to or from other methods to the low level. | 
Caballe, Adria <a.caballe@sms.ed.ac.uk>, Natalia Bochkina and Claus Mayer.
eqCorTestByRows for equality of two correlation matrices by rows test. 
| 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)         					
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.