search for: djmu

Displaying 1 result from an estimated 1 matches for "djmu".

Did you mean: djm
2009 Dec 31
2
producing a master table from list of tables
Hello, I'm trying to construct an overall summary table from a list of tables. my.list <- list(x=c('a','b','a','b','c'), y=c ('a','d','c','a','b','d'),z=c('d','d','c')) my.table.list <- lapply(my.list, table) normally this might be really easy: master.table <-