sys_iter | R Documentation |
Loop "n_iter" times to obtain the transition probability of each iteration.
sys_iter(binary_dataset, n_iter, vars_to_discretize = NULL)
binary_dataset |
A binary dataframe of datasets used to establish evaluation criteria. |
n_iter |
The number of iterations to reach the steady state. |
vars_to_discretize |
Variables or columns to be discretized. Default id NULL. |
A dataframe containing the number of iterations and the transition probability of each iteration.
data(dataset)
iter_prob <- sys_iter(dataset, 6, c("Shape", "pH"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.