> Dear Sir or Madam,
>
> I tried to use ml maximize command in Stata.
> But I received the following error message.
>
> Following the manual, I used the following program.
>
> program mynormal1_lf
> version 16
> args lnfj mu sigma
> quietly replace 'infj' = ln(normalden($ML_y1, 'mu', 'sigma') end
>
> sysuse auto
>
> . ml model lf mynormal1_lf (mpg = weight displacement) ()
>
> ml maximize
>
> invalid name
> r(198);
>
>
> Other mle-type programs such as mlexp work fine.
> Do I need to install programs to activate ml program in my Stata?
>
> Shigeru Matsumoto
Related Posts with maximum command in stata
WDI dataDear Statalist, I would like to download WDI data that could also include the income_group and regi…
Days between two dates, separated by year.Hello statalist! I have a dataset in long format which measure enrollment under a period of time. E…
test pointwise distance with measurement errorHi everyone, I have geographical coordinates for several households in two different points in time …
Can I ignore bins with high p-valuesHello! I am analyzing the effect of wind on the fertility rate using a quadratic term of wind: Arra…
New version of descsave on SSCThanks once again to Kit Baum, a new version of the descsave package is now available for download f…
Subscribe to:
Post Comments (Atom)
0 Response to maximum command in stata
Post a Comment