Hi,
I am using the command MATCHIT from Julio Raffo (thank to him!) to fuzzy match names in 2 datasets. I'm using the option diagnose, that I need, and get the following error:
I am using the following code:
I am matching names of asset management companies with a lot of names with "capital" "asset" "management" "advisor" "investment" etc...
Can someone help me to find why I'm getting this error? Thanks!
I am using the command MATCHIT from Julio Raffo (thank to him!) to fuzzy match names in 2 datasets. I'm using the option diagnose, that I need, and get the following error:
Code:
Matching current dataset with HFnames_MorningStar4_bis.dta Applying weights function: log Similarity function: token Performing preliminary diagnosis -------------------------------- Analyzing Master file List of most frequent grams in Master file: abbreviate must be between 1 and 33
Code:
. matchit umgrno mgrname using HFnames_MorningStar4_bis.dta, idu(HF_MS_No) txtu(H > F_MS) w(log) di sim(token) t(0) override
Can someone help me to find why I'm getting this error? Thanks!
Comment