> 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
Dynamically change variable used in evaluation across rows, for example like this: gen result2a = *data2_varK * `=data2_varJ[_n]'Hello Statalist, 1. Problem description I have a data set that is produced by a data base in the f…
Two-level Logistic Regression with Complex Survey Design - QueryHello, I am relatively new to Stata (and Multilevel Modelling more broadly), and would be grateful …
MHTEXP*Theorem 3.1 Adjusted Values ExtractionHi everyone, I have been trying to create a matrix of List's MHT adjusted p-values that I get after…
5-year relative survival: stpm2Dear Listers, I am running relative survival analysis to explore disease status (yes vs. no) and ha…
Label two Y axis with Xtline codeI am using an xtline to graph two variables with very different scales. I am using the code below x…
Subscribe to:
Post Comments (Atom)
0 Response to maximum command in stata
Post a Comment