Thanks to Kit Baum, a new command called listreg is available from SSC. To install the command, type
listreg can be used to analyze data from a list experiment (a.k.a. item count technique) or to data collected by the item-sum technique. Single-list and double-list designs are supported.
listreg fits linear (least-squares) models. It is similar to command kict ls with option estimator(linear), published by Chi-lin Tsai in the Stata Journal (see findit kict), but it has additional flexibility (e.g. short-list controls and main predictors can be different; the estimation samples for the two list in the double-list design can be different; survey estimation is supported).
ben
Code:
. ssc install listreg, replace
listreg fits linear (least-squares) models. It is similar to command kict ls with option estimator(linear), published by Chi-lin Tsai in the Stata Journal (see findit kict), but it has additional flexibility (e.g. short-list controls and main predictors can be different; the estimation samples for the two list in the double-list design can be different; survey estimation is supported).
ben