JanDitzen / nwxtregress

Network Regressions in Stata
https://janditzen.github.io/nwxtregress/
19 stars 8 forks source link

Questions when run nwxtregress #13

Closed Edwardlee20 closed 1 year ago

Edwardlee20 commented 1 year ago

nwxtregress cap_cons compensation net_surplus , dvarlag(WSpmat) seed(1234) error: Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'scipy' (43 lines skipped)

when I run this code, I met this error.

JanDitzen commented 1 year ago

Which Stata version do you use? It looks like nwxtregress is trying to use Python, but fails.