myriamlr / exposition-family

Automatically exported from code.google.com/p/exposition-family
0 stars 0 forks source link

MEx & Distatis: to accept various formats #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Make sure both packages accept as data:
1) a cube (of type array)
2) a list of matrices
3) 1 giant table and a design matrix.

Original issue reported on code.google.com by DerekBea...@gmail.com on 13 Aug 2013 at 7:25

GoogleCodeExporter commented 9 years ago
Also suggest by Brad B.

Original comment by DerekBea...@gmail.com on 13 Aug 2013 at 7:25

GoogleCodeExporter commented 9 years ago
##how it should work.

files <- c("a.txt", "b.txt", "c.txt", "d.txt", "e.txt")
matlist <- lapply(files, read.table, header=TRUE)
distatisR(matlist)

Original comment by DerekBea...@gmail.com on 13 Aug 2013 at 8:40