This package provide a useful tool to estimate normal finite mixture with panel data.
To install the package, first install the devtools
using the command.
install.packages("devtools")
Then install this package using the following command.
library(devtools)
install_github("JasmineHao/NormalRegPanelMixture")
install_github("hkasahar/normalregMix")