Dear R-helpers,
I am learning about combination in R.
I want to combination all of
possible variable but it limited.
I am sorry I could not explain exactly.
For usefull I give an example
interface <- c("usb","fireware","infra","bluetooth")
screen <- c("lcd","cube")
computer <- c("pc","server","laptop")
available <- c("yes","no")
What the result I need, something like this below,
usb lcd pc yes
fireware lcd pc yes
infra lcd pc yes
bluetooth lcd pc yes
usb cube pc yes
usb lcd server yes
usb lcd laptop yes
usb lcd pc no
How can I do that?
I was wondering if someone can help me.
Thanks you for your time and best regards,
Muhammad Subianto
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html