Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • New cdist package for counterfactual distribution estimation available from SSC

    Thanks to Kit Baum, a new package called cdist is available from SSC. To install cdist, type

    Code:
    . ssc instal cdist
    The moremata library is required, so you might also want to type

    Code:
    . ssc install moremata, replace
    cdist estimates counterfactual distributions using methods suggested by Chernozhukov et al. (2013). The unconditional (counterfactual) distributions are either obtained by distribution regression using logit models or by a linear quantile regression process. Optionally, counterfactual decompositions of group differences can be obtained.

    Also see https://github.com/benjann/cdist.

    ben

  • #2
    A new version of cdist is available from SSC. Type

    Code:
    . ssc install cdist, replace
    to install the update.

    The procedure for estimating the logit models in distribution regression has been revised; perfect predictors are now excluded during model estimation (if possible) to improve numerical stability.
    ben

    Comment

    Working...
    X