This package implements the heterogeneous effects estimator from Lewis, Melcangi, Pilossoph, and Toner-Rodgers (2022) in Julia.
The documentation briefly introduces the estimator and describes the FuzzyCRegression.jl
package.
julia> Pkg.add("FuzzyCRegression")
If you use FuzzyCRegression.jl
in your work, please cite the following:
@article{lewis2022,
author = {Lewis, Daniel and Davide Melcangi and Laura Pilossph and Aidan Toner-Rodgers},
title = {Approximating Grouped Fixed Effects Estimation via Fuzzy Clustering Regression},
year = {2022},
}