I need some help implementing a HMM module in R. I\'m new to R and don\'t have a lot of knowledge on it.
So i have to implement an IE using HMM, i have 2 folders with files, on
depmixS4 is most general and reasonably good package, if you get it to work on your data. It checked out on dummy data for me but gave error on real data. HMM also works but only if you have discrete variables and not continuous.