Displaying 1 result from an estimated 1 matches for "myref".
Did you mean:
moref
2011 Apr 12
1
lookup not working properly
Hello!
Below is my exmample. "myref" is my reference data frame with columns a and b.
"temp" is my data with column c analogous to column a in "myref".
I am trying to create a new variable b - in "temp" - that matches
values from b in "myref" to values in c. If you look at the resulting
da...