stata_kernel
stata_kernel copied to clipboard
can't run arch model.
Problem description
Debugging log
Code Sample
arch var, earch(1) egarch(1) ar(1)
Expected Output
I'm running this arch model, but after 'Iteration 83: log likelihood = 8478.9552 (backed up)',it ends with 'more'. it can't show the regression result.
Other information

If you didn't attach the debugging log, please provide:
- macOs 10.14
- Stata version 17.0
- Package version 1.12.2
Try set more off
Try
set more off
It works. thank u so much! I find that if add a 'nolog' at the end of the code did well too.