Code:
program Ado1 syntax varlist [if] [in] gettoken y rhs : varlist tempvar TV gen `TV'=_n ml model lf Ado2 (`y' = `rhs') () `if' `in', `vce' ml max end program Ado2 args lnf mu lnsigma summ `TV' quietly replace `lnf' = ln(normalden($ML_y1, `mu', exp(`lnsigma'))) end
0 Response to How to tranfer a temporary variable from one ado to another
Post a Comment