FuzzyCRegression.jl

Author aidantr
Popularity
2 Stars
Updated Last
2 Years Ago
Started In
September 2022

FuzzyCRegression.jl

Stable Dev Build Status Coverage Code Style: Blue

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.

Installation

julia> Pkg.add("FuzzyCRegression")

Citation

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},
}