If you found that this software is useful in your work, please do not hesitate to cite the software or the papers below.
Because I read the whole Markov chain of 'betas' as needed in prediction into memory as a single static array, it may exceed the stack limit of your system, resulting error "C stack overflow". In unix or linux system, a quick way to solve this problem is to relax the stack limit before starting R, by issuing the following command in terminal:
ulimit -s unlimited