kylebarron / stata_kernel

A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
https://kylebarron.dev/stata_kernel/
GNU General Public License v3.0
264 stars 57 forks source link

can't run arch model. #430

Open lan-slot opened 1 year ago

lan-slot commented 1 year ago

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

1 2

If you didn't attach the debugging log, please provide:

mcaceresb commented 1 year ago

Try set more off

lan-slot commented 1 year ago

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.