thomas-rasmussen / sas_macros

SAS macros
Creative Commons Zero v1.0 Universal
5 stars 4 forks source link

hash_match: change how limit_tries work #14

Closed thomas-rasmussen closed 4 years ago

thomas-rasmussen commented 4 years ago

Change limit_tries to max_try and make it so that if max_try is specified then that number is the maximum number og tries that is used, else use n_control * n_99pct.

Also change documentation so that the formula es explained in the description of the macro instead.

Rename variables in match_info accordingly.