[R] Combinations

Arun.stat arun.kumar.saha at gmail.com
Tue Oct 5 04:20:51 CEST 2010


Dear ????, 

15 is very big number for me (perhaps for R as well :() so I have tried
following:

mat <- expand.grid(rep(list(c("1", "X", "2")),4)); mat[mat[,3]=="2",]
-- 
View this message in context: http://r.789695.n4.nabble.com/Combinations-tp2955065p2955338.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list