check_matrix | R Documentation |
Check whether a matrix fulfills the conditions to be a transition matrix.
check_matrix(x)
x |
a matrix. |
This function is called by eval_transition()
and should not be used directly.
Checks whether all rows sum to 1 and all probabilities are between 0 and 1.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.