I have obtained a copy of Stata ado file written by another researcher. The first few lines are as follows:
program define threshold, eclass
set more off
gen m=`1'
sort mvar
gen lagm=L.m
gen deltam=D.m
...
What does the line gen m=`1' do? I could not find convincing answer. So any clarification is appreciated!
See the official documentation, e.g. Section 18.4 in http://www.stata.com/manuals13/u18.pdf. Or just play around: