sys_iter {sysAgNPs} | R Documentation |
Obtain the transition probability of each iteration
Description
Loop "n_iter" times to obtain the transition probability of each iteration.
Usage
sys_iter(binary_dataset, n_iter, vars_to_discretize = NULL)
Arguments
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. |
Value
A dataframe containing the number of iterations and the transition probability of each iteration.
Examples
data(dataset)
iter_prob <- sys_iter(dataset, 6, c("Shape", "pH"))
[Package sysAgNPs version 1.0.0 Index]