> 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
Fixed Effects and Dummy VariableHi, I have a question related to using dummy variable in fixed effects model. The data set I used i…
AUC and ordinal testsI want to validate a predictive model of overall survival of prostate cancer in our sample of cancer…
Problem with optimize: error 3201Dear all Im starting to learn how to use Mata "optimize" For this, I'm trying to set a simple OLS es…
nlsur aids returned 198Hello everyone, I'm trying to estimate this system of 2 nonlinear equations through this program. Wh…
Interpretation of multiple interaction model (diff-in-diff)Hi, I have made a diff-in-diff model for the returns of high rated ESG firms vs. low. This model in…
Subscribe to:
Post Comments (Atom)
0 Response to maximum command in stata
Post a Comment