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.
if (!require(devtools)) install.packages("devtools")
devtools::install_github("walshc/FEEMProbit")
FEEMProbit(y ~ x1 + x2 | id, data = df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.