README.md

FEEMProbit

An R package with a function to estimate the individual fixed effects expecation-maximization estimator in Chen (2016). This is work in progress and might not work as expected.

Installation

if (!require(devtools)) install.packages("devtools")
devtools::install_github("walshc/FEEMProbit")

Example Usage

FEEMProbit(y ~ x1 + x2 | id, data = df)


walshc/FEEMProbit documentation built on May 3, 2019, 11:50 p.m.