Skip to content
Prev 177910 / 398503 Next

Merging data frames, or one column/vector with a data frame filling out empty rows with NA's

On Apr 22, 2009, at 5:22 AM, Johannes G. Madsen wrote:

            
So what are the results of:

str(SNP4) ; str(SNP1)    # this will tell us how large these objects  
are.

And are you sure you don't want the merge to occur by Animal as well?
The second error seems pretty obvious. You are trying to merge a  
vector that has no longer any "Marker" with a dataframe that does.
David Winsemius, MD
Heritage Laboratories
West Hartford, CT