This site contains the source code and examples for the alogit
Stata package that estimates the two classes of attentive logit regression models discussed in Abaluck and Adams (2017). The Stata package provides the program alogit
along with the corresponding predict
functionality.
alogit
program, as well as the sample do files that illustrate the command.alogit
command, and sample output that uses these data to compares the results of estimating these models using alogit
and clogit
. alogit_data.do
simulates sample data used in the user guide, namely
The sample script that generates the sample output is alogit_examples.do
alogit
can be installed normally from Stata via ssc
; however, a copy of the latest bundle is available for download: alogit_latest.zip.