Hello everyone,
I keep on getting invalid name errors with this code for a maximum likelihood estimation.
Any idea what it can be?
Stefano
I keep on getting invalid name errors with this code for a maximum likelihood estimation.
Code:
program define normal version 16.1 args lnf mu sigma quietly replace `lnf'=ln(normd(($ML y1-'mu')/'sigma'))- ln('sigma') end
Stefano
Comment