Displaying 2 results from an estimated 2 matches for "sofyan".
2005 May 17
4
Combinations with two part column
...mbinations with two part column?
If I have a number 1,2,3,4,5,6,7,8. I need the result something like below:
1,2,3,4,5 6,7,8
1,2,3,4,7 5,6,8
2,3,4,5,6 1,7,8
1,2,3,6,7 4,5,8
1,2,3,4,8 5,6,7
3,4,6,7,8 1,2,5
....
I would be very happy if anyone could help me.
Best regards,
Sofyan
2005 Jun 01
7
Which variable exist after random
...TRUE)
+ print(x)
+ }
[1] Money Money Time Internet Time
Levels: Game Internet Money Paper Time
[1] Time Money Game Money Money
Levels: Game Internet Money Paper Time
>
The result above Game, Internet, Money, and Time only exist and
"Paper" was missing.
Best, Sofyan