I am trying to merge two datasets using reclink. This is my command:
But I am getting this error:
What's the issue ?. All variables are string here.
Code:
reclink state_name constituency_name candidate using `vote_share19', gen(myscore) idmaster(id_master) idusing(id_vote) required(state_name constituency_name)
HTML Code:
5857 perfect matches found Going through 2080 observation to assess fuzzy matches, each .=5% complete type mismatch post: above message corresponds to expression 1, variable id_master
Comment