Skip to content

Stata .ado program to look-up corresponding string values between variables

Notifications You must be signed in to change notification settings

cg89x/strlookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

strlookup

Simple stata program that mimicks the excel function vlookup(). Takes as input two string variables and looks for the corresponding value of the first variable in the second variable.

Notes:

  • assumes equal list length
  • (assumes no missing values.)

About

Stata .ado program to look-up corresponding string values between variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages