X <- matrix(1:10,2)
Y<- as.matrix(c('g1','g1','g1','g2','g2'))
row.preprocess='Center'
column.preprocess='Center'
table.preprocess='Sum_PCA'
preproc <-mpSTATIS.preprocess(X, column.design = t(Y), row.preprocess = row.preprocess,
column.preprocess = column.preprocess, table.preprocess = table.preprocess)
Run the code above in your browser using DataLab