Hallo,

I have a table of names and values:
joe 0.45
mike 0.34
jim 0.25

I would like to fill-in a table of all pairs of names (which I aleady have)
joe.mike NA NA
joe.jim NA NA
mike.jim NA NA

with the values from the first table in the order of the pairs. The outcome
looks like
joe.mike 0.45 0.34
joe.jim 0.45 0.25
mike.jim 0.34 0.25

Thanks a lot,
Serguei
        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to