missing > 5 returns true, not missing
by default, sorting on a non unique variable will break ties randomly (ignoring random seeds!)
missing > 5 returns true, not missing
by default, sorting on a non unique variable will break ties randomly (ignoring random seeds!)
Something like
abs(x-y) < 10^-6
instead of
x==y
Or maybe I’m not following your point.
Something like
abs(x-y) < 10^-6
instead of
x==y
Or maybe I’m not following your point.
Apparently this is also true in fake data due to floating point rounding!
Apparently this is also true in fake data due to floating point rounding!
Just highlighting that the defaults make it easy to accidentally compare floats with doubles.
Just highlighting that the defaults make it easy to accidentally compare floats with doubles.
I think Python is actually more transparent in this example, since printing x shows you the float approximation. In the Stata example, tab will display that x = 1.1 (even though that’s only approximately true)
I think Python is actually more transparent in this example, since printing x shows you the float approximation. In the Stata example, tab will display that x = 1.1 (even though that’s only approximately true)
A key mechanism in this paper is how the effects of beliefs shape belief formation which then shapes belief updating.
www.dballaelliott.com/papers/info_...
A key mechanism in this paper is how the effects of beliefs shape belief formation which then shapes belief updating.
www.dballaelliott.com/papers/info_...