p by 1 population mean vectors given samples of sizes n and m when there are missing data.
GCT.test.missing(X, Y, r, smoother = "parzen", ntoorderminus = 2)n by p data matrix for sample one.
m by p data matrix for sample two.
"parzen" and "trapezoid".
0,1, or 2 such that the centering constant will retain terms of order n^(-ntoorderminus). Enter 0 for the moderate-p GCT, and enter 2 for the large-p GCT. A value of 1 may be entered to retain only terms which are O(1/n), appropriate for a size of p between moderate and large.
p containing the proportion of missing values per component in sample one.
p containing the proportion of missing values per component in sample two.
GCT.test
data(chr1qseg)
X <- chr1qseg$X
Y <- chr1qseg$Y
GCT.test.missing(X,Y,r=20,smoother="parzen")
Run the code above in your browser using DataLab