Dear Statalisters,
I came across what I think is strange behavior by Stata's reclink. I want to perform fuzzy matching on company names, while requiring a match on country. I am running the following commands.
local matchvars country company_initial companyname
reclink `matchvars' using "$Root\wsdata", idmaster(id) idusing(ws_id) gen(score) orblock(country)
Everything starts as expected and I see dots appearing as an indication of progress. However after some time (perhaps 20 minutes) I see the following error in red: "option ) not allowed"
I am quite confused. I tried searching to see if someone else came across similar bahavior but with no luck.
I would be grateful if anyone could help me fixing this or suggesting where the problem may be.
Many thanks,
Szymon Sacher
Related Posts with An error midway through reclink ''option ) not allowed)
Problems with IPTW adjusted survival analysisHello, i hope you can maybe help me. I am trying to do a IPTW survival analysis adherent to the pap…
Multiple loops in forvalues / foreachHello! I have a set of 4 variables and a set of 4 conditions. I would like to run non-parametric tes…
Cox Proportional Hazards assumptionI am doing time to event analysis, measuring the time from first-ever stroke to first event of fract…
Dropping groups of individuals where not at least one object possess a certain characteristicDear community, I have a somewhat tricky problem: I grouped several observations together according…
twoway graphs keep rendering when exportedDear Statalisters, I am producing several graphs in a loop using the twoway connected command. Befo…
Subscribe to:
Post Comments (Atom)
0 Response to An error midway through reclink ''option ) not allowed)
Post a Comment