mpSTATIS(data, column.design, make.columndesign.nominal = TRUE, row.design = NULL, make.rowdesign.nominal = FALSE, statis.prepro.option = 'Plain_STATIS', DESIGN = NULL, make.design.nominal = TRUE, graphs = TRUE)
mpSTATIS
performs STATIS on a set of data matrices measured on the same set of observations.
If statis.prepro.option is set to 'Customization,' the options for row, column, table prepreprocessing and optimization will be selected via the R console.
mpDISTATIS
data('wines2012')
design=c('NZ','NZ','NZ','NZ','FR','FR','FR','FR','CA','CA','CA','CA')
demo.statis.2012 <- mpSTATIS(wines2012$data, column.design = wines2012$table,
statis.prepro.option = 'Plain_STATIS', DESIGN = design, graphs = TRUE )
Run the code above in your browser using DataLab