Hi
When I run KDENS on my work laptop (Stata 17 MP 8-Core, Windows), I get the error message
For example:
However the same KDENS command works fine on personal laptop (Stata 15.1 MP 2-Core, Windows). Any suggestions? Thanks
When I run KDENS on my work laptop (Stata 17 MP 8-Core, Windows), I get the error message
Code:
kdens_compute(): .... kdens_bw() not found
Code:
use "Z:\000000 Hhold Pulse\trocolen.dta"
. ds
length
. sum length
Variable | Obs Mean Std. dev. Min Max
-------------+---------------------------------------------------------
length | 316 392.2911 74.06293 226 582
. kdens length
_kdens_compute(): 3499 kdens_bw() not found
st_kdens(): - function returned error
<istmt>: - function returned error
r(3499);
