This function provides a prediction of states for a higher order multivariate markovchain object
predictHommc(hommc,t,init)
a hommc-class object
no of iterations to predict
matrix of previous states size of which depends on hommc
The function returns a matrix of size s X t displaying t predicted states in each row coressponding to every categorical sequence.
The user is required to provide a matrix of giving n previous coressponding every categorical sequence. Dimensions of the init are s X n, where s is number of categorical sequences and n is order of the homc.