stages_em | R Documentation |
Structural EM for stages structure
stages_em(
object,
data = object$data_raw,
stages_alg = stages_bhc,
max_iter_em = 5,
incremental = FALSE,
chain_impute = FALSE,
...
)
object |
an object of class sevt with fitted probabilities
and data, as returned by |
data |
the data with missing values to be used in the EM algorithm. |
stages_alg |
a function that performs stages structure estimation. Similar to
|
max_iter_em |
the maximum number of iterations of the EM algorithm. |
incremental |
logical. If |
chain_impute |
logical. If |
... |
additional arguments passed to |
The final staged event tree obtained.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.