> 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
Import CSV datesI am completely new to Stata. I have imported a dataset of approximately 50 columns by 500,000 rows.…
using local as range in for valuesHi Statalist I would like to run a loop for every value within a variable called "spell_count", and…
Retrieving values from output with missing matrix r(table)Hello to all! I'm working with some income data with the DASP package for Stata and running a calcu…
5 * 5 regression results in one tableDear all, I would like to prepare a large table that contains the main coefficient of 25 regression…
Omitted period dummies in GMM xtabond2 When reproducing this code to explain the growth relationship, it drops both period 1 and period 4…
Subscribe to:
Post Comments (Atom)
0 Response to maximum command in stata
Post a Comment