Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別の研究者によって書かれた Stata ado ファイルのコピーを入手しました。最初の数行は次のとおりです。
program define threshold, eclass set more off gen m=`1' sort mvar gen lagm=L.m gen deltam=D.m ...
行gen m=`1'は何をしますか? 納得のいく答えが見つかりませんでした。したがって、説明をいただければ幸いです。