Hi:
If you mean how to tack on table 2 to the bottom of table 1, then
rbind(table1, table2)
should do it. If you mean something else, perhaps you should clarify what
you mean by
'table1 * table2'.
HTH,
Dennis
On Sat, Jan 22, 2011 at 10:00 PM, shai uliel wrote:
> Hi
>
>
> ihave one table that
Hi
ihave one table that look like
SNP1 SNP2 SNP3 SNP4 SNP5
SIRE1 1 -1 -1 1 -1
SIRE2 1 -1 1 1 1
SIRE3 -1 -1 1 1 0
SIRE4 -1 1 1 0 1
SIRE5 -1 1 -1 -1 1
SIRE6 0 0 0 1 -1
SIRE7 -1 0 -1 1 1
SIRE8 1 -1 NA 0 NA
SIRE9 -1 1 1 -1 -1
SIRE10 1 1 1 1 1
2 matches
Mail list logo